INotifyCollectionChanged<T> Interface
Definition
Delphi
type INotifyCollectionChanged<T> = interface(IInterface)
Type Parameters
- T
- Inheritance
-
IInterfaceINotifyCollectionChanged<T>
Properties
| OnChanged |
Occurs when an item is added, removed, or moved, or the entire list is refreshed. |