FMX.ListView.Appearances.TAppearanceListViewItems Events

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
OnChangedpublicOccurs when you change the items of the list view adapter (add new items, delete one or all items, sort items, and so on).
OnItemsCouldHaveChangedpublicOccurs after a process that may or may not have changed the items of the list view adapter ends.
OnItemsInvalidatepublicOccurs when an item of the list view adapter requests to be repainted.
OnItemsMayChangepublicOccurs before a process that may or may not have changed the items of the list view adapter ends.
OnItemsResizepublicOccurs when an item of the list view adapter indicates that its height has changed.
OnNotifypublic
OnResetViewpublicOccurs when an item of the list view adapter indicates that it has suffered changes that affect its visual appearance, such as a change of purpose.