Class TreeViewAdvCancelableSelectionEventArgs
Represents the data for the BeforeSelect event.
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class TreeViewAdvCancelableSelectionEventArgs : TreeViewAdvSelectionEventArgs
Constructors
TreeViewAdvCancelableSelectionEventArgs(SelectedNodesCollection, TreeViewAdvAction, Boolean)
Initialize a new instance of the TreeViewAdvCancelableSelectionEventArgs.
Declaration
public TreeViewAdvCancelableSelectionEventArgs(SelectedNodesCollection selectedNodes, TreeViewAdvAction action, bool cancel)
Parameters
| Type | Name | Description |
|---|---|---|
| SelectedNodesCollection | selectedNodes | The A SelectedNodesCollection instance. |
| TreeViewAdvAction | action | A TreeViewAdvAction type. |
| System.Boolean | cancel | The selection needs to be canceled or not. |
Properties
Cancel
Gets or sets the cancel property.
Declaration
public bool Cancel { get; set; }
Property Value
| Type |
|---|
| System.Boolean |