Click or drag to resize

TreeViewItemEditEventArgs Class

Event arguments for TreeView events that can modify the label of the text
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class TreeViewItemEditEventArgs : TreeViewItemCancelEventArgs

The TreeViewItemEditEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodTreeViewItemEditEventArgs
Initializes a new instance of the TreeViewItemEditEventArgs class.
Top
Properties
  NameDescription
Public propertyLabel
Gets or sets the label of the item
Top
See Also