Chat Support
Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Server Namespace / IssueEventHandler Delegate
The object that raised the event
Information on the Issue that the event refers to

IssueEventHandler Delegate
Event handler delegate for Issue events
Syntax
'Declaration
 
Public Delegate Sub IssueEventHandler( _
   ByVal state As Object, _
   ByVal e As IssueEventArgs _
) 
 

Parameters

state
The object that raised the event
e
Information on the Issue that the event refers to
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also