'Declaration
Event ConnectionResumed As ConnectionEventHandler
'Usage
Dim instance As ITerminal Dim handler As ConnectionEventHandler AddHandler instance.ConnectionResumed, handler
event ConnectionEventHandler ConnectionResumed
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.
Property | Description |
---|---|
ConnectionId | Connection ID. |
ConnectionSettings | Connection settings. |
ConnectionType | Connection type option. |
See Also