Navigation: Code Documentation > RSCommon > RSGenerics.Collections > Classes > TRSHashTable<TKey,TValue> > Properties
TRSHashTable<TKey,TValue>.OnChange Property
Occurs when the hash table is changed, i.e., items are added or removed.
Write an OnChange event handler to respond to changes in the hash table
Namespace: RSGenerics.Collections
Delphi
published property OnChange: TNotifyEvent read FOnChange write FOnChange;
Property Value
Type: TNotifyEvent
•OnKeyNotify
•OnValueNotify
•RSGenerics.Collections.TRSHashTable<TKey,TValue>.BeginUpdate
•RSGenerics.Collections.TRSHashTable<TKey,TValue>.EndUpdate
•TRSHashTable<TKey,TValue>
•RSGenerics.Collections