StatusingEventReceiver::OnAssignmentDeleting method

Office 2013 and later

A pre-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)

No code example is currently available or this language may not be supported.

Parameters

contextInfo
Type: Microsoft.Office.Project.Server.Library.PSContextInfo

Contains the Project Server context information.

e
Type: Microsoft.Office.Project.Server.Events.StatusDeleteTaskPreEventArgs

The data for the event.

OnAssignmentDeleting occurs when 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 OnAssignmentDeleting.

For information about creating an event handler, see How to: Create a Project Server Event Handler and Log an Event.

Show: