Делегат ReportingTimesheetPeriodChangedHandler
Обработчик событий для события после Reporting TimesheetPeriodChanged .
Пространство имен: Microsoft.Office.Project.Server.Events
Сборка: Microsoft.Office.Project.Server.Events.Receivers (в Microsoft.Office.Project.Server.Events.Receivers.dll)
Синтаксис
'Декларация
Public Delegate Sub ReportingTimesheetPeriodChangedHandler ( _
contextInfo As PSContextInfo, _
e As ReportingPostTimesheetPeriodChangedEventArgs _
)
'Применение
Dim instance As New ReportingTimesheetPeriodChangedHandler(AddressOf HandlerMethod)
public delegate void ReportingTimesheetPeriodChangedHandler(
PSContextInfo contextInfo,
ReportingPostTimesheetPeriodChangedEventArgs e
)
Параметры
contextInfo
Тип: Microsoft.Office.Project.Server.Library.PSContextInfoСодержит сведения о контексте Project Server.
e
Тип: Microsoft.Office.Project.Server.Events.ReportingPostTimesheetPeriodChangedEventArgsДанные для события.