Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / SettingsLoadedEventHandler Event
sender of this event
configuration file name
In This Topic
    SettingsLoadedEventHandler Event
    In This Topic

    Fired after config settings file is loaded.

    Syntax
    Public Delegate Sub SettingsLoadedEventHandler( _
       ByVal sender As Object, _
       ByVal file As String _
    ) 

    Parameters

    sender
    sender of this event
    file
    configuration file name
    Remarks

    Requirements
    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