InfoConnect for Unisys 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
See Also

 

 


2015 Attachmate

Send Feedback