Table of Contents

Class TreeViewEditEventArgs

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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.