Basic Library for WinRT
MaskedTextChangedEventArgs Constructor

The new text.
The old text.
Creates an instance of the MaskedTextChangedEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal newText As System.String, _
   ByVal oldText As System.String _
)
public MaskedTextChangedEventArgs( 
   System.string newText,
   System.string oldText
)

Parameters

newText
The new text.
oldText
The old text.
See Also

Reference

MaskedTextChangedEventArgs Class
MaskedTextChangedEventArgs Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback