Skip to content

ISetChangedEvent

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

A specialized event for subscribing and unsubscribing from set changed events.

Extends IEvent<TSubject, ISetChange<TItem>>.

interface ISetChangedEvent<TSubject, TItem>
    extends IEvent<TSubject, ISetChange<TItem>>

Source reference: src/collections/observableSet/ISetChangedEvent.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