Share via


Application.SaveCompletedToServer Event

Project Developer Reference

Occurs when Microsoft Office Project Professional 2007 successfully puts the Project Save job in the Project Server Queue. Office Project Professional 2007 only.

Syntax

expression.SaveCompletedToServer(bstrName, bstrprojGuid)

expression   A variable that represents an Application object.

Parameters

Name Required/Optional Data Type Description
bstrName Required String Name of the project.
bstrprojGuid Required String GUID of the project

Return Value
nothing

See Also