Compartilhar via


StatusingStatusSubmitingHandler representante

Manipulador de eventos para o pré-evento de StatusSubmitting do método SubmitStatus e o método SubmitStatusForResource do serviço Statusing .

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

Sintaxe

'Declaração
Public Delegate Sub StatusingStatusSubmitingHandler ( _
    contextInfo As PSContextInfo, _
    e As StatusSubmitPreEventArgs _
)
'Uso
Dim instance As New StatusingStatusSubmitingHandler(AddressOf HandlerMethod)
public delegate void StatusingStatusSubmitingHandler(
    PSContextInfo contextInfo,
    StatusSubmitPreEventArgs e
)

Parâmetros

Comentários

O nome do manipulador de eventos, StatusingStatusSubmitingHandler, está incorreto. Ele deve ser StatusingStatusSubmittingHandler, mas não será alterado no modelo de objeto devido ao uso anterior.

Ver também

Referência

Microsoft.Office.Project.Server.Events namespace