Class TreeViewAdvNodeEventArgs
Represents the data for the AfterCollapse event.
Namespace: Syncfusion.Windows.Forms.Tools.MultiColumnTreeView
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class TreeViewAdvNodeEventArgs : EventArgs
Constructors
TreeViewAdvNodeEventArgs(TreeNodeAdv)
Initialize a new instance of the TreeViewAdvNodeEventArgs class.
Declaration
public TreeViewAdvNodeEventArgs(TreeNodeAdv node)
Parameters
| Type | Name | Description |
|---|---|---|
| TreeNodeAdv | node | The Tree node. |
Properties
Node
Gets the TreeNodeAdv which is associated with the action.
Declaration
public TreeNodeAdv Node { get; }
Property Value
| Type |
|---|
| TreeNodeAdv |