StatusingStatusSubmitingHandler delegate
Event handler for the StatusSubmitting pre-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 StatusingStatusSubmitingHandler ( _
contextInfo As PSContextInfo, _
e As StatusSubmitPreEventArgs _
)
'Usage
Dim instance As New StatusingStatusSubmitingHandler(AddressOf HandlerMethod)
public delegate void StatusingStatusSubmitingHandler(
PSContextInfo contextInfo,
StatusSubmitPreEventArgs e
)
Parameters
contextInfo
Type: Microsoft.Office.Project.Server.Library.PSContextInfoContains the Project Server context information.
e
Type: Microsoft.Office.Project.Server.Events.StatusSubmitPreEventArgsThe data for the event.
Remarks
The name of the event handler, StatusingStatusSubmitingHandler, is misspelled. It should be StatusingStatusSubmittingHandler, but will not be changed in the object model because of prior usage.