System.Windows.Forms
1.0.5000.0
2.0.0.0
System.EventArgs
The event occurs when the user finishes editing the text for a tree node. The event occurs when the user begins editing the text for a tree node. A object specifies the new text to associate with the tree node, the tree node that contains the label to edit, and whether the edit operation has been canceled.
For more information about handling events, see [<topic://cpconEventsOverview>].
Provides data for the and events.
Constructor
The property is assigned the parameter value.
Initializes a new instance of the class for the specified .
The tree node containing the text to edit.
1.0.5000.0
2.0.0.0
Constructor
The property is assigned the parameter value, and the property is assigned the parameter value.
Initializes a new instance of the class for the specified and the specified text with which to update the tree node label.
The tree node containing the text to edit.
The new text to associate with the tree node.
1.0.5000.0
2.0.0.0
Property
System.Boolean
To be added.
To be added.
Gets or sets a value indicating whether the edit has been canceled.
1.0.5000.0
2.0.0.0
Property
System.String
To be added.
The value of this property is null if the user presses ESC to cancel the edit or presses ENTER without modifying the label text. If the user edits the label text, the value of this property is the new label text. This is true even if the final value of edited label text is the same as its original value.
Gets the new text to associate with the tree node.
1.0.5000.0
2.0.0.0
Property
System.Windows.Forms.TreeNode
To be added.
To be added.
Gets the tree node containing the text to edit.
1.0.5000.0
2.0.0.0