RasConnectionWatcher.BandwidthAdded Event

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Occurs when a remote access connection subentry has connected.

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

Syntax

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

Value

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

See Also