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

ApplicationEventEventHandler Delegate
Event handler delegate for Application Event events
Syntax
'Declaration
 
Public Delegate Sub ApplicationEventEventHandler( _
   ByVal state As Object, _
   ByVal e As ApplicationEventEventArgs _
) 
 

Parameters

state
The object that raised the event
e
Information on the Application Event 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