Class TreeViewAdvCancelableSelectionEventArgs
Represent the data for the BeforeSelect event.
Inheritance
System.Object
System.EventArgs
TreeViewAdvCancelableSelectionEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |