BeginSave Event |
Triggered immediately after AutoCAD receives a request to save the drawing.
Signature
object.BeginSave(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 saved.
Remarks
The BeginSave event is triggered as soon as AutoCAD receives a request to save along with the name of the file to save. This request can come either interactively by a user through the interface or programmatically.
The BeginSave event is followed by the EndSave event after AutoCAD completes the saving of the drawing.
No events will be fired while a modal dialog is being displayed.
Comments? |