InfoConnect for Airlines VBA Guide
ApplicationClosingEventHandler Delegate
The event is raised when the InfoConnect application is about to close.
Syntax
private Sub Object_ApplicationClosingEventHandler( _
   ByVal sender As Object _
) As Boolean

Parameters

sender
See Also