ReportingEventReceiver.OnTimesheetAdjusted 方法
后期事件处理程序来调整工时单报表数据服务中。
命名空间: Microsoft.Office.Project.Server.Events
程序集: Microsoft.Office.Project.Server.Events.Receivers(位于 Microsoft.Office.Project.Server.Events.Receivers.dll 中)
语法
声明
Public Overridable Sub OnTimesheetAdjusted ( _
contextInfo As PSContextInfo, _
e As ReportingPostTimesheetAdjustedEventArgs _
)
用法
Dim instance As ReportingEventReceiver
Dim contextInfo As PSContextInfo
Dim e As ReportingPostTimesheetAdjustedEventArgs
instance.OnTimesheetAdjusted(contextInfo, _
e)
public virtual void OnTimesheetAdjusted(
PSContextInfo contextInfo,
ReportingPostTimesheetAdjustedEventArgs e
)
参数
contextInfo
类型:Microsoft.Office.Project.Server.Library.PSContextInfo包含项目的服务器的上下文信息。
备注
有关 RDS 事件报告数据库的详细信息,请参阅事件 RDB 的。