Attachmate.Reflection.Emulation.OpenSystems Namespace > ITerminal Interface : Disconnected Event |
'Declaration
<SuppressMessageAttribute(Category="Microsoft.Design", CheckId="CA1009:DeclareEventHandlersCorrectly", Scope="", Target="", MessageId="", Justification="")> Event Disconnected As ConnectionEventHandler
'Usage
Dim instance As ITerminal Dim handler As ConnectionEventHandler AddHandler instance.Disconnected, handler
[SuppressMessage(Category="Microsoft.Design", CheckId="CA1009:DeclareEventHandlersCorrectly", Scope="", Target="", MessageId="", Justification="")] event ConnectionEventHandler Disconnected
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.
Property | Description |
---|---|
ConnectionId | Connection ID. |
ConnectionSettings | Connection settings. |
ConnectionType | Connection type option. |