BeginQuit Event

Triggered just before an AutoCAD session ends or a document closes.

See Also | Example

Signature

object.BeginQuit (Cancel)

object

Application
An object expression that evaluates to a valid container object. In this case, the only valid container is the application.

Cancel

Boolean; output from the handler

TRUE: Aborts the shutdown of AutoCAD.

FALSE: Allows the shutdown of AutoCAD to continue.

Remarks

The BeginQuit event marks the end of the AutoCAD session.

 

   Comments?