Skip to content

ICollectionChangedEventHandler

github-actions[bot] edited this page Nov 17, 2024 · 2 revisions
API / ICollectionChangedEventHandler<TSubject, TItem> interface

A specialized interface for handling collection changed events.

Extends IEventHandler<TSubject, ICollectionChange<TItem>>.

interface ICollectionChangedEventHandler<TSubject, TItem>
    extends IEventHandler<TSubject, ICollectionChange<TItem>>

Source reference: src/collections/observableCollections/ICollectionChangedEventHandler.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