| 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.NetworkAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxevent EventHandler<ConnectionEventArgs> ConnectionEstablished
Event ConnectionEstablished As EventHandler(Of ConnectionEventArgs)
 event EventHandler<ConnectionEventArgs^>^ ConnectionEstablished {
	void add (EventHandler<ConnectionEventArgs^>^ value);
	void remove (EventHandler<ConnectionEventArgs^>^ value);
}abstract ConnectionEstablished : IEvent<EventHandler<ConnectionEventArgs>,
    ConnectionEventArgs>
Value
Type: 
SystemEventHandlerConnectionEventArgs
See Also