Delegado ReportingTimesheetPeriodDeletedHandler
Controlador de eventos para el evento posterior a la de Reporting TimesheetPeriodDeleted .
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 ReportingTimesheetPeriodDeletedHandler ( _
contextInfo As PSContextInfo, _
e As ReportingPostTimesheetPeriodDeletedEventArgs _
)
'Uso
Dim instance As New ReportingTimesheetPeriodDeletedHandler(AddressOf HandlerMethod)
public delegate void ReportingTimesheetPeriodDeletedHandler(
PSContextInfo contextInfo,
ReportingPostTimesheetPeriodDeletedEventArgs 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.ReportingPostTimesheetPeriodDeletedEventArgsLos datos para el evento.