InfoConnect for Airlines VBA Guide
SettingsLoadingEventHandler Delegate
sender of this event
configuration file name
Fired before config settings file is loaded.
Syntax
private Sub Object_SettingsLoadingEventHandler( _
   ByVal sender As Object, _
   ByVal file As String _
) As Boolean

Parameters

sender
sender of this event
file
configuration file name

Return Value

true if the file is to be loaded, false if the operation is being canceled
Remarks
This event is fired only when the OpenSettings method is used. For code that should run before any connection occurs, use the Connecting event.
See Also