Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight 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