RasConnectionWatcher.Connected Event

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Occurs when a remote access connection is established.

Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)

Syntax

C#
public event EventHandler<RasConnectionEventArgs> Connected
Visual Basic
Public Event Connected As EventHandler(Of RasConnectionEventArgs)
Visual C++
public:
 event EventHandler<RasConnectionEventArgs^>^ Connected {
	void add (EventHandler<RasConnectionEventArgs^>^ value);
	void remove (EventHandler<RasConnectionEventArgs^>^ value);
}
F#
member Connected : IEvent<EventHandler<RasConnectionEventArgs>,
    RasConnectionEventArgs>

Value

Type: System..::..EventHandler<(Of <(<'RasConnectionEventArgs>)>)>

See Also