CollectionChangedHandlerTItem, TCollectionElementAt Method  | 
 
            Gets the element at the specified index of the current registered collection.
            
 
    Namespace: 
   Eto
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic virtual TItem ElementAt(
	int index
)
Public Overridable Function ElementAt ( 
	index As Integer
) As TItem
abstract ElementAt : 
        index : int -> 'TItem 
override ElementAt : 
        index : int -> 'TItem Parameters
- index
 - Type: SystemInt32
Index of the item to get. 
Return Value
Type: 
TItemThe item at the specified index.
See Also