EndOpen Event

Triggered immediately after AutoCAD finishes opening an existing drawing.

See Also | Example

Signature

object.EndOpen(Filename)

object

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

Filename

String
The name of the file being opened.

Remarks

The EndOpen event follows the BeginOpen event after AutoCAD completes the opening of an existing drawing.

No events will be fired while a modal dialog is being displayed.

 

   Comments?