RasPhoneBookDialogEventArgs Constructor

DotRas SDK

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

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

Syntax

C#
public RasPhoneBookDialogEventArgs(
	IntPtr callbackId,
	string text,
	IntPtr data
)
Visual Basic
Public Sub New ( 
	callbackId As IntPtr,
	text As String,
	data As IntPtr
)
Visual C++
public:
RasPhoneBookDialogEventArgs(
	IntPtr callbackId, 
	String^ text, 
	IntPtr data
)
F#
new : 
        callbackId : IntPtr * 
        text : string * 
        data : IntPtr -> RasPhoneBookDialogEventArgs

Parameters

callbackId
Type: System..::..IntPtr
The application defined value that was passed to the event.
text
Type: System..::..String
A string whose meaning depends on the event which was raised.
data
Type: System..::..IntPtr
A pointer to an additional buffer of data whose meaning depends on the event which was raised.

See Also