InfoConnect for Airlines VBA Guide
ConnectionEventHandler Delegate
Syntax
private Sub Object_ConnectionEventHandler( _
   ByVal sender As Object, _
   ByVal connectionId As Long, _
   ByVal connectionType As ConnectionTypeOption, _
   ByVal connectionSettings As Object _
) 

Parameters

sender
connectionId
connectionType
connectionSettings
See Also