Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.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
    'Declaration
     
    
    Public Function New( _
       ByVal newText As String, _
       ByVal oldText As String _
    )
    public MaskedTextChangedEventArgs( 
       string newText,
       string oldText
    )

    Parameters

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