Share

AcEditorReactor::docCloseAborted

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

AcEditorReactor Class

Previous Class

AcEditorReactor2

Was this information helpful?