Click or drag to resize

FilterCollectionTRefresh Method

Refreshes the list by applying the filter and sort to the contained items

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void Refresh()
Remarks
This is useful when the state of the items change, or your filter delegate is dynamic and isn't set each time it changes.
See Also