INotifyCollectionChanged.collectionChanged - Andrei15193/react-model-view-viewmodel GitHub Wiki
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
.