IConnectorConnectionClosed Event |
Raised when a connection has been permanently closed. This will usually be raised from
a background thread.
Namespace: VirtualRadar.Interface.NetworkAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax event EventHandler<ConnectionEventArgs> ConnectionClosed
Event ConnectionClosed As EventHandler(Of ConnectionEventArgs)
event EventHandler<ConnectionEventArgs^>^ ConnectionClosed {
void add (EventHandler<ConnectionEventArgs^>^ value);
void remove (EventHandler<ConnectionEventArgs^>^ value);
}
abstract ConnectionClosed : IEvent<EventHandler<ConnectionEventArgs>,
ConnectionEventArgs>
Value
Type:
SystemEventHandlerConnectionEventArgsSee Also