| IConnectorAddingConnection Event | 
            Raised when a connection has been established. The connection will not yet be in the list
            of established connections, writes on the connector will not go to this connection. Usually
            raised from a background thread.
            
 
Namespace: VirtualRadar.Interface.NetworkAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxevent EventHandler<ConnectionEventArgs> AddingConnection
Event AddingConnection As EventHandler(Of ConnectionEventArgs)
 event EventHandler<ConnectionEventArgs^>^ AddingConnection {
	void add (EventHandler<ConnectionEventArgs^>^ value);
	void remove (EventHandler<ConnectionEventArgs^>^ value);
}abstract AddingConnection : IEvent<EventHandler<ConnectionEventArgs>,
    ConnectionEventArgs>
Value
Type: 
SystemEventHandlerConnectionEventArgs
See Also