StateChangedEventArgs.CallbackId Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets the application defined callback id.

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

Syntax

C#
public IntPtr CallbackId { get; }
Visual Basic
Public ReadOnly Property CallbackId As IntPtr
	Get
Visual C++
public:
property IntPtr CallbackId {
	IntPtr get ();
}
F#
member CallbackId : IntPtr with get

Property Value

Type: IntPtr

See Also