|
| DotRas SDK Documentation |
| StateChangedEventArgs..::..CallbackId Property |
| StateChangedEventArgs Class See Also Send Feedback |
|
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 |