TcxCustomImageList.Change Method
In This Article
Sends notifications about changes to the image list’s listeners and raises the OnChange event.
#Declaration
Delphi
procedure Change; override;
#Remarks
The EndUpdate procedure calls the Change procedure internally. Call this procedure outside the BeginUpdate/EndUpdate(CancelUpdate) procedure block; otherwise, it has no effect.
See Also