FMX.ListView.Types.TListItem.OnInvalidated

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnInvalidated: TListItemNotifyEvent read FOnInvalidated write FOnInvalidated;

C++

__property TListItemNotifyEvent OnInvalidated = {read=FOnInvalidated, write=FOnInvalidated};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event public
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types TListItem


Beschreibung

Wird ausgelöst wenn ein Listeneintrag annulliert wird.

Siehe auch