ComponentOne FinancialChart for WPF
Cancel Property (SelectionChangingEventArgs)



C1.WPF Namespace > SelectionChangingEventArgs Class : Cancel Property
Cancel the Selection operation.
Syntax
'Declaration
 
Public Property Cancel As Boolean
'Usage
 
Dim instance As SelectionChangingEventArgs
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

SelectionChangingEventArgs Class
SelectionChangingEventArgs Members