FMX.ListView.TListView.OnItemsChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnItemsChange;

C++

__property OnItemsChange;

Properties

Type Visibility Source Unit Parent
event published
FMX.ListView.pas
FMX.ListView.hpp
FMX.ListView TListView

Description

Event that occurs after a list of items has been changed.

FMX.ListView.TListView.OnItemsChange inherits from FMX.ListView.TListViewBase.OnItemsChange. All content below this line refers to FMX.ListView.TListViewBase.OnItemsChange.

Event that occurs after a list of items has been changed.

See Also