Class TreeNodeAdvEditEventArgs
Represents the data for the editing events in the MultiColumnTreeView.
Namespace: Syncfusion.Windows.Forms.Tools.MultiColumnTreeView
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class TreeNodeAdvEditEventArgs : EventArgs
Constructors
TreeNodeAdvEditEventArgs(TreeNodeAdv, String)
Initialize a new instance of the TreeNodeAdvEditEventArgs class.
Declaration
public TreeNodeAdvEditEventArgs(TreeNodeAdv node, string label)
Parameters
| Type | Name | Description |
|---|---|---|
| TreeNodeAdv | node | A TreeNodeAdv instance. |
| System.String | label | The label for the node. |
Properties
Label
Gets the label for the node.
Declaration
public string Label { get; }
Property Value
| Type |
|---|
| System.String |
Node
Gets the TreeNodeAdv that is currently being edited.
Declaration
public TreeNodeAdv Node { get; }
Property Value
| Type |
|---|
| TreeNodeAdv |