ComponentOne FinancialChart for WPF
Cancel Property (TextEditedEventArgs)



C1.WPF Namespace > TextEditedEventArgs Class : Cancel Property
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

Reference

TextEditedEventArgs Class
TextEditedEventArgs Members