NodeLabelEditEventArgs Constructor (TreeNode^, String^)
.NET Framework (current version)
Initializes a new instance of the NodeLabelEditEventArgs class for the specified TreeNode and the specified text with which to update the tree node label.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- node
-
Type:
System.Windows.Forms::TreeNode^
The tree node containing the text to edit.
- label
-
Type:
System::String^
The new text to associate with the tree node.
.NET Framework
Available since 1.1
Available since 1.1
Show: