ComponentOne FinancialChart for WPF
C1.WPF Namespace / MaskedTextChangedEventArgs Class / NewText Property



In This Topic
    NewText Property (MaskedTextChangedEventArgs)
    In This Topic
    Gets a new text.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property NewText As String
    'Usage
     
    
    Dim instance As MaskedTextChangedEventArgs
    Dim value As String
     
    value = instance.NewText
    public string NewText {get;}
    public:
    property String^ NewText {
       String^ get();
    }
    See Also