Creates an instance of the MaskedTextChangedEventArgs class.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.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