UtilReasonChangedDelegate Delegate
- Last UpdatedNov 06, 2025
- 1 minute read
UtilReasonChangedDelegate is the delegate declaration for the UtilReasonChanged event.
'Declaration
Public Delegate Sub UtilReasonChangedDelegate( _
ByVal sender As Object, _
ByVal e As UtilEventArgs _
)
public delegate void UtilReasonChangedDelegate(
object sender,
UtilEventArgs 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.