Skip to content

ICollectionReorderedEventHandler.handle

github-actions[bot] edited this page Dec 3, 2024 · 3 revisions

The method that handles the event.

handle(
  subject: TSubject,
  movedItems: ICollectionReorder<TItem>
): void

Source reference: src/collections/observableCollections/ICollectionReorderedEventHandler.ts:10.

Parameters

  • subject: TSubject
    The object that raised the event.

  • movedItems: ICollectionReorder<TItem>

Clone this wiki locally