FMX.ImgList.TCustomImageList.OnChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnChanged: TNotifyEvent read FOnChanged write FOnChanged;

C++

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

Properties

Type Visibility Source Unit Parent
event public
FMX.ImgList.pas
FMX.ImgList.hpp
FMX.ImgList TCustomImageList

Description

This event is risen a short time after one or more changes have been applied to the image list just before sending notifications to all controls that use an image from this image list.

The OnChanged event handler is called from DoChanged.

See Also

DoChanged