RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomImageList.OnChange Event

Occurs when the image list changes.

Pascal
property OnChange: TNotifyEvent;
C++
__property TNotifyEvent OnChange;

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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!