Click or drag to resize

CollectionChangedHandlerTItem, TCollectionAddItem Method

Adds the item to the end of the collection

Namespace:  Eto
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public abstract void AddItem(
	TItem item
)

Parameters

item
Type: TItem
Item to add to the collection
See Also