ProjectEventReceiver.OnSaved Method
Office 2010
A post-event handler occurs when a project is successfully saved to the Draft database.
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
Parameters
- contextInfo
- Type: Microsoft.Office.Project.Server.Library.PSContextInfo
Contains the Project Server context information.
- e
- Type: Microsoft.Office.Project.Server.Events.ProjectPostEventArgs
The data for the event.
The Saved event occurs when Microsoft Office Project Professional or any of the Project methods (CreateProjectFromTemplate, QueueAddToProject, QueueCreateProject, and so forth) saves to the Draft database.
For information about creating an event handler, see How to: Create a Project Server Event Handler and Log an Event.
Not fired on Project Create
Despite what the documentation here implies, this event does not seem to be fired on the first project save from Project Pro. Adding an OnCreated handler seems to be necessary to catch this case.
- 2/10/2012
- James Fraser