Description

This event is fired when a project is saved.

Syntax

Private Sub object_Save(Project, Storage)

The Save Event syntax has these parts:

PartDescription
objectA McProject object.
ProjectA McProject object.

The project being saved.

StorageA 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.