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
- contextInfo
Type: Microsoft.Office.Project.Server.Library.PSContextInfo
Contains the Project Server context information.
- e
Type: Microsoft.Office.Project.Server.Events.StatusSubmitPostEventArgs
The data for the event.