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

Parameters

sender
connectionId
connectionType
connectionSettings
See Also