Click or drag to resize

TreeViewItemEventArgs Constructor

Initializes a new instance of the TreeViewItemEventArgs class.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public TreeViewItemEventArgs(
	ITreeItem item
)

Parameters

item
Type: Eto.FormsITreeItem
Item.
See Also