Back to Devexpress

IcxImageCollectionListener Interface

vcl-cxgraphics-81d9f7f0.md

latest882 B
Original Source

IcxImageCollectionListener Interface

Allows a listener registered with the TcxImageCollection component to update itself when changes are made to the TcxImageCollection.

Declaration

delphi
IcxImageCollectionListener = interface(IInterface)

Remarks

The IcxImageCollectionListener interface is used to dynamically bind an interested listener to the TcxImageCollection component, in order to be notified of the TcxImageCollection modifications.

Inheritance

IInterface IcxImageCollectionListener

See Also

IcxImageCollectionListener Members

cxGraphics Unit