Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / MaskedTextChangedEventArgs Class / OldText Property

In This Topic
    OldText Property
    In This Topic
    Gets an old text.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property OldText As String
    public string OldText {get;}
    See Also