Vcl.Controls.TImageList.OnChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnChange: TNotifyEvent read FOnChange write FOnChange;

C++

__property OnChange;

Properties

Type Visibility Source Unit Parent
event published
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TImageList

Description

Occurs when the image list changes.

Vcl.Controls.TImageList.OnChange inherits from Vcl.ImgList.TCustomImageList.OnChange. All content below this line refers to Vcl.ImgList.TCustomImageList.OnChange.

Occurs when the image list changes.

Write an OnChange event handler to execute code when the image list changes. Any objects registered with the RegisterChanges method will also be notified.

See Also