Attachmate.Reflection.Emulation.OpenSystems Namespace > ITerminal Interface : Connected Event |
'Declaration
<SuppressMessageAttribute(Category="Microsoft.Design", CheckId="CA1009:DeclareEventHandlersCorrectly", Scope="", Target="", MessageId="", Justification="")> Event Connected As ConnectionEventHandler
'Usage
Dim instance As ITerminal Dim handler As ConnectionEventHandler AddHandler instance.Connected, handler
[SuppressMessage(Category="Microsoft.Design", CheckId="CA1009:DeclareEventHandlersCorrectly", Scope="", Target="", MessageId="", Justification="")] event ConnectionEventHandler Connected
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. |