Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / TextEditedEventArgs Class / Cancel Property

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