Click or drag to resize
IConnectorAddingConnection Event
Raised when a connection has been established. The connection will not yet be in the list of established connections, writes on the connector will not go to this connection. Usually raised from a background thread.

Namespace: VirtualRadar.Interface.Network
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
event EventHandler<ConnectionEventArgs> AddingConnection

Value

Type: SystemEventHandlerConnectionEventArgs
See Also