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