Click or drag to resize

TreeViewItemCancelEventArgs Constructor

Initializes a new instance of the TreeViewItemCancelEventArgs class.

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

Parameters

item
Type: Eto.FormsITreeItem
Item.
See Also