Skip to content

ICollectionReorderedEventHandler

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

Generic Parameters

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

  • TItem - The type of items the collection contains.

Methods

  • handle - The method that handles the event.
Clone this wiki locally