C++
virtual void docCloseAborted( AcDbDatabase* );
Description
This notification is sent after a reactor has vetoed the document closing event. It is fired to all reactors that receive the beginDocClose() event.
Parameters
| Parameters | Description |
|---|---|
| pDwg | Output pointer to the database for which this notification is sent |
Links
Previous Class
AcEditorReactor2