WinUI | ComponentOne
C1.WinUI.Input Assembly / C1.WinUI.Input 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
    public MaskedTextChangedEventArgs( 
       string newText,
       string oldText
    )

    Parameters

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