System.Windows.Forms.NodeLabelEditEventArgs Class

Provides data for the TreeView.BeforeLabelEdit and TreeView.AfterLabelEdit events.

See Also: NodeLabelEditEventArgs Members

Syntax

public class NodeLabelEditEventArgs : EventArgs

Remarks

The TreeView.AfterLabelEdit event occurs when the user finishes editing the text for a tree node. The TreeView.BeforeLabelEdit event occurs when the user begins editing the text for a tree node. A System.Windows.Forms.NodeLabelEditEventArgs 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>].

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0