StatusingEventReceiver::OnAssignmentDeleted method
Office 2013 and later
A post-event handler for UpdateStatus, when an assignment is deleted by the resource.
Namespace: Microsoft.Office.Project.Server.Events
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.StatusDeleteTaskPostEventArgs
The data for the event.
OnAssignmentDeleted occurs after the UpdateStatus method is called and the changeXML parameter includes the AssnConstID.s_apid_removed_by_res property ID (PID). That PID is for internal use by Project Web App, and is not supported for third-party use in UpdateStatus calls. However, you can write event handlers for OnAssignmentDeleted.
For information about creating an event handler, see How to: Create a Project Server Event Handler and Log an Event.
Show: