System.Generics.Collections.TDictionary.OnValueNotify
Delphi
property OnValueNotify: TCollectionNotifyEvent<TValue> read FOnValueNotify write FOnValueNotify;
C++
__property _dt_System_Generics_Collections_11 OnValueNotify = {read=FOnValueNotify, write=FOnValueNotify};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| event | public | System.Generics.Collections.pas System.Generics.Collections.hpp  | 
        System.Generics.Collections | TDictionary | 
Description
Occurs when a dictionary key pair changes.
The OnValueNotify event occurs when items are added or removed from the dictionary. Multiple events may occur for a single operation. This allows removed objects to be freed.
See Also
Code Examples