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