del método TimesheetEventReceiver.OnReviewing
Un controlador de evento previo para el método QueueReviewTimesheet .
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 Overridable Sub OnReviewing ( _
contextInfo As PSContextInfo, _
e As TimesheetPreReviewEventArgs _
)
'Uso
Dim instance As TimesheetEventReceiver
Dim contextInfo As PSContextInfo
Dim e As TimesheetPreReviewEventArgs
instance.OnReviewing(contextInfo, e)
public virtual void OnReviewing(
PSContextInfo contextInfo,
TimesheetPreReviewEventArgs 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.TimesheetPreReviewEventArgsLos datos para el evento.
Comentarios
For information about creating an event handler, see How to: Create a Project Server Event Handler and Log an Event.
Para obtener información acerca de los eventos de servicio de datos de informe (RDS) adicionales para cambiar los datos del parte de horas en la base de datos de informes, vea eventos de RDB.