ICollectionReorderedEvent - Andrei15193/react-model-view-viewmodel GitHub Wiki
API / ICollectionReorderedEvent<TSubject, TItem> interface
A specialized event for subscribing and unsubscribing from collection reordering events.
Extends IEvent<TSubject, ICollectionReorder<TItem>>.
interface ICollectionReorderedEvent<TSubject, TItem>
extends IEvent<TSubject, ICollectionReorder<TItem>>
Source reference: src/collections/observableCollections/ICollectionReorderedEvent.ts:9
.
-
TSubject - The type of object that raises the event.
-
TItem - The type of items the collection contains.