DataLogChangedDelegate Delegate
- Last UpdatedNov 06, 2025
- 1 minute read
DataLogChangedDelegate is the delegate declaration for the JobStatusChanged event.
'Declaration
Public Delegate Sub DataLogChangedDelegate( _
ByVal sender As Object, _
ByVal e As DataLogChangedEventArgs _
)
public delegate void DataLogChangedDelegate(
object sender,
DataLogChangedEventArgs e
)
Parameters
- sender
- Required. Holds the object, which is the sender, that raised the event.
- e
- Required. Holds the arguments that identifies the new user.