Class TreeNodeAdvBeforeEditEventArgs
Represents the data for the BeforeEdit event.
Inheritance
System.Object
TreeNodeAdvBeforeEditEventArgs
Namespace: Syncfusion.Windows.Forms.Tools.MultiColumnTreeView
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class TreeNodeAdvBeforeEditEventArgs : CancelEventArgs
Constructors
TreeNodeAdvBeforeEditEventArgs(TreeNodeAdv, TextBox)
Initialize a new instance of the TreeNodeAdvBeforeEditEventArgs class.
Declaration
public TreeNodeAdvBeforeEditEventArgs(TreeNodeAdv node, TextBox textBox)
Parameters
Type | Name | Description |
---|---|---|
TreeNodeAdv | node | Specifies the TreeNodeAdv. |
System.Windows.Forms.TextBox | textBox | A TextBox instance. |
Properties
Node
Gets the node value of the TreeNodeAdv.
Declaration
public TreeNodeAdv Node { get; }
Property Value
Type |
---|
TreeNodeAdv |
TextBox
Gets the TextBox that is used to edit the node.
Declaration
public TextBox TextBox { get; }
Property Value
Type |
---|
System.Windows.Forms.TextBox |