Reflection .NET API
Attachmate.Reflection.Framework Assembly / Attachmate.Reflection.Framework Namespace / ApplicationClosingEventHandler Delegate
The event sender.
ApplicationClosing event argument.


In This Topic
ApplicationClosingEventHandler Delegate
In This Topic
Delegate for ApplicationClosingEvent.
Syntax
'Declaration
 
Public Delegate Sub ApplicationClosingEventHandler( _
   ByVal sender As Object, _
   ByVal e As ApplicationClosingEventArgs _
) 
 
'Usage
 
Dim instance As New ApplicationClosingEventHandler(AddressOf HandlerMethod)

Parameters

sender
The event sender.
e
ApplicationClosing event argument.
See Also