FMX.ListView.Types.IListViewAdapter.SetOnItemsCouldHaveChanged
Delphi
procedure SetOnItemsCouldHaveChanged(const Value: TNotifyEvent);
C++
virtual void __fastcall SetOnItemsCouldHaveChanged(const System::Classes::TNotifyEvent Value) = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | public | FMX.ListView.Types.pas FMX.ListView.Types.hpp | FMX.ListView.Types | IListViewAdapter | 
Description
Setter that you can override in subclasses to handle the assignment of an event handler to the OnItemsCouldHaveChanged event.