SettingsLoadingEventHandler Event
Fired before config settings file is loaded.
Public Delegate Function SettingsLoadingEventHandler( _
ByVal As Object, _
ByVal 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