Skip to content

INotifyCollectionChanged.collectionChanged

github-actions[bot] edited this page Dec 3, 2024 · 3 revisions
API / INotifyCollectionChanged<TItem> / collectionChanged property

An event that is raised when the collection changed by adding or removing items.

Property type: ICollectionChangedEvent<INotifyCollectionChanged<TItem>, TItem>.

readonly collectionChanged: ICollectionChangedEvent<INotifyCollectionChanged<TItem>, TItem>

Source reference: src/collections/observableCollections/INotifyCollectionChanged.ts:15.

Clone this wiki locally