Click or drag to resize
IConnectorConnectionEstablished Event
Raised when a connection has been established. This will usually be raised from a background thread. The connection will be in the list of established connections when this is raised.

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

Value

Type: SystemEventHandlerConnectionEventArgs
See Also