StatusingAssignmentWorkDataSetHandler delegate

Event handler for the Statusing AssignmentWorkDataSet pre-event.

Namespace:  Microsoft.Office.Project.Server.Events
Assembly:  Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)

Syntax

'Declaration
Public Delegate Sub StatusingAssignmentWorkDataSetHandler ( _
    contextInfo As PSContextInfo, _
    e As AssignmentWorkDataSetPostEventArgs _
)
'Usage
Dim instance As New StatusingAssignmentWorkDataSetHandler(AddressOf HandlerMethod)
public delegate void StatusingAssignmentWorkDataSetHandler(
    PSContextInfo contextInfo,
    AssignmentWorkDataSetPostEventArgs e
)

Parameters

See also

Reference

Microsoft.Office.Project.Server.Events namespace