Skip to content

ISetChangedEventHandler

github-actions[bot] edited this page Dec 3, 2024 · 3 revisions
API / ISetChangedEventHandler<TSubject, TItem> interface

A specialized interface for handling set changed events.

Extends IEventHandler<TSubject, ISetChange<TItem>>.

interface ISetChangedEventHandler<TSubject, TItem>
    extends IEventHandler<TSubject, ISetChange<TItem>>

Source reference: src/collections/observableSet/ISetChangedEventHandler.ts:9.

Generic Parameters

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

  • TItem - The type of items the set contains.

Clone this wiki locally