Navigation: Code Documentation > RSCommon > RSGenerics.Collections > Classes > TRSHashTable<TKey,TValue> > Methods
TRSHashTable<TKey,TValue>.EndUpdate Method
Reenables change events and notify events after BeginUpdate has been called.
There must be an equal number of EndUpdate method calls for every BeginUpdate method calls to reenable events.
Namespace: RSGenerics.Collections
Delphi
public procedure EndUpdate; virtual;
•RSGenerics.Collections.TRSHashTable<TKey,TValue>.OnChange
•OnKeyNotify
•OnValueNotify
•RSGenerics.Collections.TRSHashTable<TKey,TValue>.BeginUpdate
•TRSHashTable<TKey,TValue>
•RSGenerics.Collections