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