Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Terminal Object / Connected Event
In This Topic
    Connected Event
    In This Topic
    The event occurs after the connection to the host has been made.
    Syntax
    private Sub Terminal_Connected ( 
       ByVal sender As Object, _
       ByVal connectionId As Integer, _
       ByVal connectionType As ConnectionTypeOption, _
       ByVal connectionSettings As Object _
    ) 

    Parameters

    sender
    connectionId
    connectionType
    connectionSettings
    See Also