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