INotifyCollectionChanged<T> Interface

Definition

Delphi
type INotifyCollectionChanged<T> = interface(IInterface)

Type Parameters

T
Inheritance
IInterface
INotifyCollectionChanged<T>

Properties

OnChanged

Occurs when an item is added, removed, or moved, or the entire list is refreshed.

Methods