Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Terminal Object / SettingsLoaded Event
In This Topic
    SettingsLoaded Event
    In This Topic
    This event is triggered immediately after a settings file is opened.
    Syntax
    private Sub Terminal_SettingsLoaded ( 
       ByVal sender As Object, _
       ByVal file As String _
    ) 

    Parameters

    sender
    sender of this event
    file
    configuration file name
    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