Attachmate.Reflection.Framework Assembly > Attachmate.Reflection.Framework Namespace : ApplicationClosingEventHandler Delegate |
'Declaration
Public Delegate Sub ApplicationClosingEventHandler( _ ByVal sender As Object, _ ByVal e As ApplicationClosingEventArgs _ )
'Usage
Dim instance As New ApplicationClosingEventHandler(AddressOf HandlerMethod)
public delegate void ApplicationClosingEventHandler( object sender, ApplicationClosingEventArgs e )