TreeGridViewIHandlerReloadItem Method |
Refreshes the specified item and optionally all of 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 ReloadItem(
ITreeGridItem item,
bool reloadChildren
)
Sub ReloadItem (
item As ITreeGridItem,
reloadChildren As Boolean
)
abstract ReloadItem :
item : ITreeGridItem *
reloadChildren : bool -> unit
Parameters
- item
- Type: Eto.FormsITreeGridItem
Item to refresh - reloadChildren
- Type: SystemBoolean
Reload children of the specified item
See Also