Click or drag to resize

CollectionChangedHandlerTItem, TCollectionIndexOf Method

Gets the index of the specified item

Namespace:  Eto
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public virtual int IndexOf(
	TItem item
)

Parameters

item
Type: TItem
Item to find the index of

Return Value

Type: Int32
Index of the item if contained in the collection, otherwise -1
See Also