C++
virtual void docCloseWillStart( AcDbDatabase* );
Description
This notification is fired at the same time as the AcEditorReactor::beginClose() event.
Parameters
| Parameters | Description |
|---|---|
| pDwg | Output pointer to the database for which this notification is sent |
Links
Previous Class
AcEditorReactor2