EndSave Event |
Triggered when AutoCAD has finished saving the drawing.
Signature
object.EndSave(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 that was saved.
Remarks
The EndSave event follows the BeginSave event after AutoCAD completes the saving of the drawing.
No events will be fired while a modal dialog is being displayed.
Comments? |