ComponentOne Input Library for WPF
C1.WPF.Input Namespace / TextEditedEventArgs Class / Cancel Property

In This Topic
    Cancel Property
    In This Topic
    Cancel the input of the new text.
    Syntax
    'Declaration
     
    
    Public Property Cancel As Boolean
    public bool Cancel {get; set;}
    See Also