Delegado TimesheetLineApprovingHandler
Controlador de eventos para el evento previo Timesheet LineApproving .
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 TimesheetLineApprovingHandler ( _
contextInfo As PSContextInfo, _
e As TimesheetLinePreApproveEventArgs _
)
'Uso
Dim instance As New TimesheetLineApprovingHandler(AddressOf HandlerMethod)
public delegate void TimesheetLineApprovingHandler(
PSContextInfo contextInfo,
TimesheetLinePreApproveEventArgs 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.TimesheetLinePreApproveEventArgsLos datos para el evento.