ICollectionChangedEventHandler - Andrei15193/react-model-view-viewmodel GitHub Wiki
API / ICollectionChangedEventHandler<TSubject, TItem> interface
A specialized interface for handling collection changed events.
Extends IEventHandler<TSubject, ICollectionChange<TItem>>.
interface ICollectionChangedEventHandler<TSubject, TItem>
extends IEventHandler<TSubject, ICollectionChange<TItem>>
Source reference: src/collections/observableCollections/ICollectionChangedEventHandler.ts:9
.
-
TSubject - The type of object that raises the event.
-
TItem - The type of items the collection contains.