EntryUpdated Method
EntryUpdated(Action<IHMap<TKey, TValue>, MapEntryUpdatedEventArgs<TKey, TValue>>)
Adds an handler which runs when a map entry is updated.
Declaration
public MapEventHandlers<TKey, TValue> EntryUpdated(Action<IHMap<TKey, TValue>, MapEntryUpdatedEventArgs<TKey, TValue>> handler)
Parameters
Action<IHMap<TKey, TValue>, Map |
handler | The handler. |
Returns
Map |
The handlers. |
EntryUpdated(Func<IHMap<TKey, TValue>, MapEntryUpdatedEventArgs<TKey, TValue>, ValueTask>)
Adds an handler which runs when a map entry is updated.
Declaration
public MapEventHandlers<TKey, TValue> EntryUpdated(Func<IHMap<TKey, TValue>, MapEntryUpdatedEventArgs<TKey, TValue>, ValueTask> handler)
Parameters
Func<IHMap<TKey, TValue>, Map |
handler | The handler. |
Returns
Map |
The handlers. |