InfoConnect for Airlines
Closed Event (IAlcTerminal)


Occurs before the session closes.
Syntax
'Declaration
 
Event Closed As EventHandler
'Usage
 
Dim instance As IAlcTerminal
Dim handler As EventHandler
 
AddHandler instance.Closed, handler
event EventHandler Closed
See Also