ComponentOne FinancialChart for WPF
C1.WPF 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
    'Usage
     
    
    Dim instance As TextEditedEventArgs
    Dim value As Boolean
     
    instance.Cancel = value
     
    value = instance.Cancel
    public bool Cancel {get; set;}
    public:
    property bool Cancel {
       bool get();
       void set (    bool value);
    }
    See Also