Click or drag to resize

TreeViewItemEditEventArgs Constructor

Initializes a new instance of the TreeViewItemEditEventArgs class.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public TreeViewItemEditEventArgs(
	ITreeItem item,
	string label
)

Parameters

item
Type: Eto.FormsITreeItem
Item.
label
Type: SystemString
Label.
See Also