Share

AcEditorReactor2

C++

#define AcEditorReactor2 AcEditorReactor

File

aced.h

Description

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.

This class supplements the notifications provided by the AcEditorReactor class.

The default implementation for all methods in this class is an immediate return.

Previous Declaration

class AcEditorReactor2 : public AcEditorReactor;

History

AutoCAD 2019

This class has been deprecated and combined with the AcEditorReactor class.

Was this information helpful?