Skip to content

INotifyCollectionChanged.itemAdded

Andrei Fangli edited this page Jul 4, 2021 · 1 revision
API / INotifyCollectionChanged / itemAdded property

An event that is raised when an item is added to the collection.

This is a read-only property.
Property type: IEvent<IItemAddedEventArgs<TItem>>

readonly itemAdded: IEvent<IItemAddedEventArgs<TItem>>
Clone this wiki locally