CollectionChangedHandlerTItem, TCollectionRemoveItem Method (Int32) | 
 
            Removes the item at the specified index
            
 
    Namespace: 
   Eto
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic abstract void RemoveItem(
	int index
)
Public MustOverride Sub RemoveItem ( 
	index As Integer
)
abstract RemoveItem : 
        index : int -> unit 
Parameters
- index
 - Type: SystemInt32
Index of the item to remove 
See Also