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