StatusingEventReceiver.OnAssignmentDeleted method
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)
Syntax
'Declaration
Public Overridable Sub OnAssignmentDeleted ( _
contextInfo As PSContextInfo, _
e As StatusDeleteTaskPostEventArgs _
)
'Usage
Dim instance As StatusingEventReceiver
Dim contextInfo As PSContextInfo
Dim e As StatusDeleteTaskPostEventArgs
instance.OnAssignmentDeleted(contextInfo, _
e)
public virtual void OnAssignmentDeleted(
PSContextInfo contextInfo,
StatusDeleteTaskPostEventArgs e
)
Parameters
contextInfo
Type: Microsoft.Office.Project.Server.Library.PSContextInfoContains the Project Server context information.
e
Type: Microsoft.Office.Project.Server.Events.StatusDeleteTaskPostEventArgsThe data for the event.
Remarks
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.
See also
Reference
StatusingEventReceiver members
Microsoft.Office.Project.Server.Events namespace
Other resources
Supported Project Fields and Field Information for Statusing ChangeXML