DataLogChangedEventArgs Constructor
- Last UpdatedNov 06, 2025
- 1 minute read
The DataLogChangedEventArgs() method is the constructor for DataLogChangedEventArgs class. This overload of the method provides information about a data log change for the specified job.
Parameters
- entID
- Required. Holds the entity ID of the job whose data log is being changed.
- woId
- Required. Holds the work order ID of the job whose data log is being changed.
- operId
- Required. Holds the operation ID of the job whose data log is being changed.
- seqNo
- Required. Holds the operation sequence number of the job whose data log is being changed.
- ds
- Required. Holds the DataSet that contains the data log information.