Delegate EventedDictionary<TKey, TValue, TContext>.ChangeHandler
Namespace: NFX.Collections
Assembly: NFX.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 |