Class TreeNodeAdvBeforeEditEventArgs
Represents the data for the
Inheritance
System.Object
TreeNodeAdvBeforeEditEventArgs
Namespace: Syncfusion.Windows.Forms.Tools
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
Action
Gets or sets the source by which the editing is performed.
Declaration
public TreeNodeEditingAction Action { get; set; }
Property Value
Type |
---|
TreeNodeEditingAction |
Node
Gets the node of 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 |