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



In This Topic
    NewText Property (TextEditedEventArgs)
    In This Topic
    Text that will be put in the control after the AutoComplete.
    Syntax
    'Declaration
     
    
    Public Property NewText As String
    'Usage
     
    
    Dim instance As TextEditedEventArgs
    Dim value As String
     
    instance.NewText = value
     
    value = instance.NewText
    public string NewText {get; set;}
    public:
    property String^ NewText {
       String^ get();
       void set (    String^ value);
    }
    See Also