| IConnectorConnectionStateChanged Event | 
            Raised when a connection's connection state has changed. This will usually be raised from
            a background thread. Sender will either be an 
IConnection or this
            
IConnector.
            
 
Namespace: VirtualRadar.Interface.NetworkAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxevent EventHandler ConnectionStateChanged
Event ConnectionStateChanged As EventHandler
 event EventHandler^ ConnectionStateChanged {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}abstract ConnectionStateChanged : IEvent<EventHandler,
    EventArgs>
Value
Type: 
SystemEventHandler
See Also