INotifyCollectionReordered.collectionReordered - Andrei15193/react-model-view-viewmodel GitHub Wiki
API / INotifyCollectionReordered<TItem> / collectionReordered property
An event that is raised when the collection changed.
Property type: ICollectionReorderedEvent<INotifyCollectionReordered<TItem>, TItem>.
readonly collectionReordered: ICollectionReorderedEvent<INotifyCollectionReordered<TItem>, TItem>
Source reference: src/collections/observableCollections/INotifyCollectionReordered.ts:19
.