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
Syntaxmember Refresh : unit -> unit
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