IListenerConnectionStateChanged Event |
Raised when the listener connects or disconnects. Note that exceptions raised during parsing of
messages will cause the object to automatically disconnect.
Namespace: VirtualRadar.Interface.ListenerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax event EventHandler ConnectionStateChanged
Event ConnectionStateChanged As EventHandler
event EventHandler^ ConnectionStateChanged {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
abstract ConnectionStateChanged : IEvent<EventHandler,
EventArgs>
Value
Type:
SystemEventHandlerSee Also