Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / ConnectionSuspended Event


In This Topic
    ConnectionSuspended Event
    In This Topic
    This event is triggered when the connection to the host has been suspended.
    Syntax
    'Declaration
     
    
    <SuppressMessageAttribute("Microsoft.Design", "CA1009:DeclareEventHandlersCorrectly")>
    Event ConnectionSuspended As ConnectionEventHandler
    'Usage
     
    
    Dim instance As ITerminal
    Dim handler As ConnectionEventHandler
     
    AddHandler instance.ConnectionSuspended, handler
    [SuppressMessage("Microsoft.Design", "CA1009:DeclareEventHandlersCorrectly")]
    event ConnectionEventHandler ConnectionSuspended
    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