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