TRSHashTable<TKey,TValue>.ValueNotify(TValue,TCollectionNotification) Method |
Scroll Prev Top Next More |
Triggers an OnValueNotify event with the given parameters.
Call ValueNotify to trigger an OnValueNotify event with the given parameters.
The meaning of the parameters is given in the following table:
Value
The Value that is added, removed or extracted.
Action
The action that the Value undergoes, which is of type TCollectionNotification.
Namespace: RSGenerics.Collections
Delphi |
protected |
Parameters
Value
Type: TValue
Action
Type: TCollectionNotification
TRSDictionary<TKey,TValue>.ValueNotify(TValue,TCollectionNotification)