Click or drag to resize

CollectionChangedHandlerTItem, TCollectionInsertItem Method

Inserts an item at the specified index in the collection

Namespace:  Eto
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public abstract void InsertItem(
	int index,
	TItem item
)

Parameters

index
Type: SystemInt32
Index to insert the item to
item
Type: TItem
Item to insert
See Also