Class TreeViewAdvCancelableSelectionEventArgs
Represent the data for the BeforeSelect event.
Namespace: Syncfusion.Windows.Forms.Tools.MultiColumnTreeView
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class TreeViewAdvCancelableSelectionEventArgs : TreeViewAdvSelectionEventArgs
Constructors
TreeViewAdvCancelableSelectionEventArgs(SelectedNodesCollection, TreeViewAdvAction, Boolean)
Initialize a new instance of the TreeViewAdvCancelableSelectionEventArgs class.
Declaration
public TreeViewAdvCancelableSelectionEventArgs(SelectedNodesCollection selectedNodes, TreeViewAdvAction action, bool cancel)
Parameters
| Type | Name | Description |
|---|---|---|
| SelectedNodesCollection | selectedNodes | The selected Nodes Collection. |
| TreeViewAdvAction | action | The TreeViewAdv action. |
| System.Boolean | cancel | If True, cancel the event. |
Properties
Cancel
Gets or sets a value indicating whether the event is to be cancelled.
Declaration
public bool Cancel { get; set; }
Property Value
| Type |
|---|
| System.Boolean |