CollectionChangedHandlerTItem, TCollectionReset Method |
Resets the collection when it is dramatically changed
Namespace:
Eto
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public virtual void Reset()
Public Overridable Sub Reset
abstract Reset : unit -> unit
override Reset : unit -> unit
Remarks
By default this removes all items and adds all items back (if Collection is an IEnumerable{T})
Platform implementations can override this to do something more efficient if needed.
See Also