AcRxObject AcRxEventReactor AcEditorReactor
class AcEditorReactor : public AcRxEventReactor;
aced.h
This class serves as a base class for custom classes that receive notification of AcEditor events.
The classes derived from this class override the methods that represent events about which users wish to be notified. When an object of a derived class is added to the reactor list of the AutoCAD editor and an event associated with one of the overloaded methods occurs, that method is called in the object.
The default implementation for all methods in this class is an immediate return.
AcEditor,AcRxEventReactor
AutoCAD 2019
This AcEditorReactor2 and AcEditorReactor3 classes were deprecated and combined with the AcEditorReactor class.