ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / MaskedTextChangedEventArgs Class / MaskedTextChangedEventArgs Constructor
The new text.
The old text.

In This Topic
    MaskedTextChangedEventArgs Constructor
    In This Topic
    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