Class TreeViewAdvCancelableNodeEventArgs
Represents the custom EventArgs class which is used in BeforeExpand event.
Inheritance
System.Object
TreeViewAdvCancelableNodeEventArgs
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class TreeViewAdvCancelableNodeEventArgs : TreeViewAdvNodeEventArgs
Constructors
TreeViewAdvCancelableNodeEventArgs(TreeNodeAdv, Boolean)
Initializes a new instance of the TreeViewAdvCancelableNodeEventArgs class.
Declaration
public TreeViewAdvCancelableNodeEventArgs(TreeNodeAdv node, bool cancel)
Parameters
| Type | Name | Description |
|---|---|---|
| TreeNodeAdv | node | The node which is associated with the event |
| System.Boolean | cancel |
Properties
Cancel
Gets or sets a boolean property which indicates whether the event is to be cancelled.
Declaration
public bool Cancel { get; set; }
Property Value
| Type |
|---|
| System.Boolean |