Class Hierarchy
AcRxObject AcDbDatabaseReactor
C++
class AcDbDatabaseReactor : public AcRxObject;
File
dbmain.h
Description
The AcDbDatabaseReactor class, if defined, allows notification to be issued when an object is appended, modified, or erased from a drawing database.
Remarks
You use this class by defining a class that inherits from AcDbDatabaseReactor. You instantiate an object derived from AcDbDatabaseReactor, and add the reactor to the reactor chain by calling acdbCurDwg()->addReactor(AcDbDatabaseReactor ReactorObject). For an example of how to use this class, see the sample samplesreactorsdbreact_dg.
Links
See Also
AcDbDatabase