Description
This event is fired when a project is saved.
Syntax
Private Sub object_Save(Project, Storage)
The Save Event syntax has these parts:
|
| object | A McProject object. | | Project | A McProject object. The project being saved.
| | Storage | A Variant value. Variant embedded IStorage where the project will be saved.
|
Remarks
The event is fired before the project is actually written to disk, giving a chance to add custom data using the Storage parameter.
|