IMapChangedEventHandler - Andrei15193/react-model-view-viewmodel GitHub Wiki

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.

⚠️ **GitHub.com Fallback** ⚠️