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
)
Sub RefreshItem (
item As ITreeItem
)
abstract RefreshItem :
item : ITreeItem -> unit
Parameters
- item
- Type: Eto.FormsITreeItem
Item to refresh
See Also