Understand AutoCAD Events (.NET)

There are many different types of events in AutoCAD. The following is some of the common types of events:

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 the arguments returned by an event, such as a system variable name in the SystemVariableChanging event, are passed from the event handler to the SystemVariableChangingEventArgs object.