Creates an instance of the MaskedTextChangedEventArgs class.

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.dll)

Syntax

C#
public MaskedTextChangedEventArgs(
	string newText,
	string oldText
)
Visual Basic
Public Sub New ( _
	newText As String, _
	oldText As String _
)

Parameters

newText
Type: System..::..String
The new text.
oldText
Type: System..::..String
The old text.

See Also