System.Windows.Forms.NodeLabelEditEventArgs Members

The members of System.Windows.Forms.NodeLabelEditEventArgs are listed below.

See Also: Inherited members from System.EventArgs

Public Constructors

Initializes a new instance of the System.Windows.Forms.NodeLabelEditEventArgs class for the specified System.Windows.Forms.TreeNode.

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

Public Properties

CancelEditbool.

Gets or sets a value indicating whether the edit has been canceled.

[read-only]
Labelstring.

Gets the new text to associate with the tree node.

[read-only]
NodeTreeNode.

Gets the tree node containing the text to edit.