C++
virtual void beginDocClose( AcDbDatabase* );
Description
This notification is fired before the AcEditorReactor::beginClose() event.
Implementers can call AcEditorReactor::veto() during this notification to stop AutoCAD from shutting down the document.
Parameters
| Parameters | Description |
|---|---|
| pDwg | Output pointer to the database for which this notification is sent |
Links
Previous Class
AcEditorReactor2