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