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