Click or drag to resize

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()
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