FMX.ImgList.TGlyph.OnChanged

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnChanged: TNotifyEvent read FOnChanged write FOnChanged;

C++

__property System::Classes::TNotifyEvent OnChanged = {read=FOnChanged, write=FOnChanged};

Propriétés

Type Visibilité  Source Unité  Parent
event published
FMX.ImgList.pas
FMX.ImgList.hpp
FMX.ImgList TGlyph


Description

Cet événement est déclenché peu après l'exécution d'une ou plusieurs modifications, juste avant l'envoi de la notification à tous les contrôles utilisant l'image modifiée de la liste d'images Images.

Le gestionnaire d'événement OnChanged est appelé à partir de DoChanged.

Voir aussi