FMX.ImgList.TImageList.OnChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnChanged;

C++

__property OnChanged;

Properties

Type Visibility Source Unit Parent
event published
FMX.ImgList.pas
FMX.ImgList.hpp
FMX.ImgList TImageList

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.

FMX.ImgList.TImageList.OnChanged inherits from FMX.ImgList.TCustomImageList.OnChanged. All content below this line refers to FMX.ImgList.TCustomImageList.OnChanged.

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