IcxImageCollectionListener Interface
In This Article
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