Back to Devexpress

TcxCustomImageList.Change Method

vcl-cximagelist-dot-tcxcustomimagelist-1ad76042.md

latest868 B
Original Source

TcxCustomImageList.Change Method

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

TcxCustomImageList Class

TcxCustomImageList Members

cxImageList Unit