StatusingEventReceiver.OnAssignmentDeleted Method

Post-event 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

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 Access, 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: Write and Debug a Project Server Event Handler.

See Also

Reference

StatusingEventReceiver Class

StatusingEventReceiver Members

Microsoft.Office.Project.Server.Events Namespace

Other Resources

Statusing ChangeList Schema

Supported Project Fields and Field Information for Statusing ChangeXML