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
)
Public MustOverride Sub InsertItem (
index As Integer,
item As TItem
)
abstract InsertItem :
index : int *
item : 'TItem -> unit
Parameters
- index
- Type: SystemInt32
Index to insert the item to - item
- Type: TItem
Item to insert
See Also