Click or drag to resize
IConnectorConnectionClosed Event
Raised when a connection has been permanently closed. This will usually be 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> ConnectionClosed

Value

Type: SystemEventHandlerConnectionEventArgs
See Also