FMX.ListView.Types.IListViewAdapter.SetOnItemsInvalidate
Delphi
procedure SetOnItemsInvalidate(const Value: TNotifyEvent);
C++
virtual void __fastcall SetOnItemsInvalidate(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 OnItemsInvalidate event.