NodeLabelEditEventArgs Constructor (TreeNode^, String^)

 

Initializes a new instance of the NodeLabelEditEventArgs class for the specified TreeNode and the specified text with which to update the tree node label.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
NodeLabelEditEventArgs(
	TreeNode^ node,
	String^ label
)

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.

The Node property is assigned the node parameter value, and the Label property is assigned the label parameter value.

.NET Framework
Available since 1.1
Return to top
Show: