Class TreeNodeAdvEventArgs
Represents the data for the MultiColumnTreeView selection events.
Inheritance
System.Object
TreeNodeAdvEventArgs
Namespace: Syncfusion.Windows.Forms.Tools.MultiColumnTreeView
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class TreeNodeAdvEventArgs : EventArgs
Constructors
TreeNodeAdvEventArgs(TreeNodeAdv)
Initialize a new instance of the TreeNodeAdvEventArgs class.
Declaration
public TreeNodeAdvEventArgs(TreeNodeAdv node)
Parameters
| Type | Name | Description |
|---|---|---|
| TreeNodeAdv | node | A TreeNodeAdv instance. |
TreeNodeAdvEventArgs(TreeNodeAdv, TreeViewAdvAction)
Initialize a new instance of the TreeNodeAdvEventArgs class.
Declaration
public TreeNodeAdvEventArgs(TreeNodeAdv node, TreeViewAdvAction action)
Parameters
| Type | Name | Description |
|---|---|---|
| TreeNodeAdv | node | A TreeNodeAdv instance. |
| TreeViewAdvAction | action | A TreeViewAdvAction type. |
Properties
Action
Gets or sets the TreeViewAdvAction associated with the event.
Declaration
public TreeViewAdvAction Action { get; set; }
Property Value
| Type |
|---|
| TreeViewAdvAction |
Node
Gets or sets the TreeNodeAdv associated with the event.
Declaration
public TreeNodeAdv Node { get; set; }
Property Value
| Type |
|---|
| TreeNodeAdv |