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
contextInfo
Tipo: Microsoft.Office.Project.Server.Library.PSContextInfoContém as informações de contexto do Project Server.
e
Tipo: Microsoft.Office.Project.Server.Events.StatusSubmitPreEventArgsOs dados para o evento.
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.