InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / Connected Event


In This Topic
    Connected Event
    In This Topic
    The event occurs after the connection to the host has been made.
    Syntax
    'Declaration
     
    
    <SuppressMessageAttribute("Microsoft.Design", "CA1009:DeclareEventHandlersCorrectly")>
    Event Connected As ConnectionEventHandler
    'Usage
     
    
    Dim instance As ITerminal
    Dim handler As ConnectionEventHandler
     
    AddHandler instance.Connected, handler
    [SuppressMessage("Microsoft.Design", "CA1009:DeclareEventHandlersCorrectly")]
    event ConnectionEventHandler Connected
    Event Data

    The event handler receives an argument of type ConnectionEventArgs containing data related to this event. The following ConnectionEventArgs properties provide information specific to this event.

    PropertyDescription
    Connection ID.  
    Connection settings.  
    Connection type option.  
    See Also