Delegado StatusingStatusSubmitingHandler
Controlador de eventos para el evento previo StatusSubmitting del SubmitStatus y el método SubmitStatusForResource del servicio Statusing .
Espacio de nombres: Microsoft.Office.Project.Server.Events
Ensamblado: Microsoft.Office.Project.Server.Events.Receivers (en Microsoft.Office.Project.Server.Events.Receivers.dll)
Sintaxis
'Declaración
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.PSContextInfoContiene la información de contexto de Project Server.
e
Tipo: Microsoft.Office.Project.Server.Events.StatusSubmitPreEventArgsLos datos para el evento.
Comentarios
El nombre del controlador de eventos, StatusingStatusSubmitingHandler, está mal escrito. Debe ser StatusingStatusSubmittingHandler, pero no se cambiará en el modelo de objetos por uso previo.