About the Events in AutoCAD (VBA/ActiveX)

AutoCAD supports different events that allow you to monitor changes to the application environment or drawings.

There are three types of events in AutoCAD:

Subroutines that respond to events are called event handlers and are executed automatically each and every time their designated event is triggered. Information contained in events, such as the drawing name in the BeginOpen event, are passed to event handlers through parameters.