AcRxObject AcDbObjectReactor AcDbRasterImageDefTransReactor
class AcDbRasterImageDefTransReactor : public AcDbObjectReactor;
imgdef.h
The AcDbRasterImageDefTransReactor is a non-persistent version of AcDbRasterImageDefReactor. That is, it is not stored in the drawing database. It is used to notify applications or other entities of modifications to AcDbRasterImageDef objects. This is a pure virtual class. It must be subclassed and implemented before it can be created and attached to an AcDbRasterImageDef object.
AcDbRasterImageDefTransReactor supports the following AcDbRasterImageDefReactor notifications: erased, modified, and onDeleteImage. (Please see the AcDbRasterImageDefReactor class documentation for these methods.) However, there is no built-in setEnable() method for this class.
AcDbRasterImageDefTransReactor Methods
AcDbRasterImageDefReactor, AcDbObject, AcDbEntity, AcDbRasterImageDef, AcDbRasterImage