ComponentOne FinancialChart for WPF
C1.WPF 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
    'Usage
     
    
    Dim instance As MaskedTextChangedEventArgs
    Dim value As String
     
    value = instance.OldText
    public string OldText {get;}
    public:
    property String^ OldText {
       String^ get();
    }
    See Also