Class TreeViewEditEventArgs
Provides data for the BeforeLabelEdit and AfterLabelEdit events.
public class TreeViewEditEventArgs : CancelEventArgs
- Inheritance
-
TreeViewEditEventArgs
Constructors
- TreeViewEditEventArgs(TreeViewItem, string?)
Initializes a new instance of the TreeViewEditEventArgs class.
Properties
- Item
Gets the tree item containing the text to edit.
- Label
Gets the new text to associate with the tree item.