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