MaskedTextChangedEventArgs Constructor
In This Topic
Creates an instance of the
MaskedTextChangedEventArgs class.
Syntax
'Declaration
Public Function New( _
ByVal As System.String, _
ByVal As System.String _
)
public MaskedTextChangedEventArgs(
System.string ,
System.string
)
Parameters
- newText
- The new text.
- oldText
- The old text.
See Also