Attachmate.Reflection.Emulation.OpenSystems Namespace > ITerminal Interface : Connecting Event |
'Declaration
<SuppressMessageAttribute(Category="Microsoft.Design", CheckId="CA1009:DeclareEventHandlersCorrectly", Scope="", Target="", MessageId="", Justification="")> Event Connecting As CancelableConnectionEventHandler
'Usage
Dim instance As ITerminal Dim handler As CancelableConnectionEventHandler AddHandler instance.Connecting, handler
[SuppressMessage(Category="Microsoft.Design", CheckId="CA1009:DeclareEventHandlersCorrectly", Scope="", Target="", MessageId="", Justification="")] event CancelableConnectionEventHandler Connecting
The event handler receives an argument of type CancelableConnectionEventArgs containing data related to this event. The following CancelableConnectionEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | Gets or sets the Cancel property. Set the Cancel property to true the event. (Inherited from Attachmate.Reflection.CancelableEventArgs) |
ConnectionId | The current connection ID. ConnectionId is not relevant in the Connecting event. |
ConnectionSettings | The current connection settings. |
ConnectionType | The current connection type. |