Skip to content

IMapChangedEventHandler

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

A specialized interface for handling map changed events.

Extends IEventHandler<TSubject, IMapChange<TKey, TItem>>.

interface IMapChangedEventHandler<TSubject, TKey, TItem>
    extends IEventHandler<TSubject, IMapChange<TKey, TItem>>

Source reference: src/collections/observableMap/IMapChangedEventHandler.ts:10.

Generic Parameters

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

  • TKey - The type of keys the map contains.

  • TItem - The type of items the map contains.

Clone this wiki locally