RasConnectionEventArgs Constructor

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Initializes a new instance of the RasConnectionEventArgs class.

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

Syntax

C#
public RasConnectionEventArgs(
	RasConnection connection
)
Visual Basic
Public Sub New ( 
	connection As RasConnection
)
Visual C++
public:
RasConnectionEventArgs(
	RasConnection^ connection
)
F#
new : 
        connection : RasConnection -> RasConnectionEventArgs

Parameters

connection
Type: DotRas..::..RasConnection
The RasConnection that caused the event.

See Also