ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / MaskedTextChangedEventArgs Class / OldText Property

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