Delegate EventedDictionary<TKey, TValue, TContext>.ChangeHandler
Namespace: Azos.Collections
Assembly: Azos.dll
Syntax
public delegate void ChangeHandler(EventedDictionary<TKey, TValue, TContext> dictionary, EventedDictionary<TKey, TValue, TContext>.ChangeType change, EventPhase phase, TKey key, TValue value);
Parameters
Type | Name | Description |
---|---|---|
EventedDictionary<TKey, TValue, TContext> | dictionary | |
EventedDictionary.ChangeType<> | change | |
EventPhase | phase | |
TKey | key | |
TValue | value |