InfoConnect for Airlines VBA Guide
Disconnected Event
The event occurs after the connection to the host has been disconnected.
Syntax
private Sub Terminal_Disconnected (
   ByVal sender As Object, _
   ByVal connectionId As Long, _
   ByVal connectionType As ConnectionTypeOption, _
   ByVal connectionSettings As Object _
) 

Parameters

sender
connectionId
connectionType
connectionSettings
See Also