ReportingEventReceiver.OnTimesheetPeriodCreated 方法

在报告数据服务创建工时单期间的后期事件处理程序。

命名空间:  Microsoft.Office.Project.Server.Events
程序集:  Microsoft.Office.Project.Server.Events.Receivers(位于 Microsoft.Office.Project.Server.Events.Receivers.dll 中)

语法

声明
Public Overridable Sub OnTimesheetPeriodCreated ( _
    contextInfo As PSContextInfo, _
    e As ReportingPostTimesheetPeriodCreatedEventArgs _
)
用法
Dim instance As ReportingEventReceiver
Dim contextInfo As PSContextInfo
Dim e As ReportingPostTimesheetPeriodCreatedEventArgs

instance.OnTimesheetPeriodCreated(contextInfo, _
    e)
public virtual void OnTimesheetPeriodCreated(
    PSContextInfo contextInfo,
    ReportingPostTimesheetPeriodCreatedEventArgs e
)

参数

备注

有关 RDS 事件报告数据库的详细信息,请参阅事件 RDB 的

另请参阅

引用

ReportingEventReceiver 类

ReportingEventReceiver 成员

Microsoft.Office.Project.Server.Events 命名空间