TreeView for WPF | ComponentOne
C1.WPF.TreeView Namespace / SelectionChangingEventArgs Class / Cancel Property

In This Topic
    Cancel Property
    In This Topic
    Cancel the Selection operation.
    Syntax
    'Declaration
     
    
    Public Property Cancel As Boolean
    public bool Cancel {get; set;}
    See Also