Skip to content

ICollectionReorderedEvent

github-actions[bot] edited this page Dec 3, 2024 · 3 revisions
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.

Generic Parameters

  • TSubject - The type of object that raises the event.

  • TItem - The type of items the collection contains.

Clone this wiki locally