Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Terminal Object / Connecting Event
In This Topic
    Connecting Event
    In This Topic
    This event is triggered immediately before a connection is made.
    Syntax
    private Sub Terminal_Connecting ( 
       ByVal sender As Object, _
       ByVal connectionId As Integer, _
       ByVal connectionType As ConnectionTypeOption, _
       ByVal connectionSettings As Object _
    ) As Boolean

    Parameters

    sender
    connectionId
    connectionType
    connectionSettings
    See Also