StatusingStatusSubmittedHandler Delegate

Event handler for the StatusSubmitted post-event of the SubmitStatus method and the SubmitStatusForResource method of the Statusing service.

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 StatusingStatusSubmittedHandler ( _
    contextInfo As PSContextInfo, _
    e As StatusSubmitPostEventArgs _
)
'Usage
Dim instance As New StatusingStatusSubmittedHandler(AddressOf HandlerMethod)
public delegate void StatusingStatusSubmittedHandler(
    PSContextInfo contextInfo,
    StatusSubmitPostEventArgs e
)

Parameters

See Also

Reference

Microsoft.Office.Project.Server.Events Namespace