Triggers an OnKeyNotify event with the given parameters.
Call KeyNotify to trigger an OnKeyNotify event with the given parameters.
The meaning of the parameters is given in the following table:
Key
The key that is added, removed or extracted.
Action
The action that the key undergoes, which is of type TCollectionNotification.
Namespace: RSGenerics.Collections
Delphi |
protected |
Parameters
Key
Type: TKey
Action
Type: TCollectionNotification
TRSDictionary<TKey,TValue>.KeyNotify(TKey,TCollectionNotification)