Click or drag to resize

TreeViewIHandlerRefreshItem Method

Refreshes the specified item and all its children, keeping the selection if not part of the refreshed nodes

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

Parameters

item
Type: Eto.FormsITreeItem
Item to refresh
See Also