Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Terminal Object / SettingsLoading Event
In This Topic
    SettingsLoading Event
    In This Topic
    This event is triggered immediately before a settings file is opened.
    Syntax
    private Sub Terminal_SettingsLoading ( 
       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