Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / MaskedTextChangedEventArgs Class / OldText Property

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