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

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.

See also

Reference

Microsoft.Office.Project.Server.Events namespace