ComponentOne Input Library for WPF
C1.WPF.Input 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
    public string NewText {get; set;}
    See Also