ComponentOne FinancialChart for WPF
C1.WPF Namespace / SelectionChangingEventArgs Class / Cancel Property



In This Topic
    Cancel Property (SelectionChangingEventArgs)
    In This Topic
    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