'Declaration
Public Delegate Sub UserEventHandler( _ ByVal state As Object, _ ByVal e As UserEventArgs _ )
public delegate void UserEventHandler( object state, UserEventArgs e )
Parameters
- state
- The object that raised the event
- e
- Information on the user that the event refers to