TcxCustomImageList.Change Method
Sends notifications about changes to the image list’s listeners and raises the OnChange event.
Declaration
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