CollectionChangedHandlerTItem, TCollectionAddItem Method |
Adds the item to the end of the collection
Namespace:
Eto
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public abstract void AddItem(
TItem item
)
Public MustOverride Sub AddItem (
item As TItem
)
abstract AddItem :
item : 'TItem -> unit
Parameters
- item
- Type: TItem
Item to add to the collection
See Also