ReportingEventReceiver.OnCommittedSolutionDecisionChanged 方法

在报表数据服务为提交解决方案决定后期事件处理程序。

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

语法

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

instance.OnCommittedSolutionDecisionChanged(contextInfo, _
    e)
public virtual void OnCommittedSolutionDecisionChanged(
    PSContextInfo contextInfo,
    ReportingPostCommittedSolutionDecisionChangedEventArgs e
)

参数

另请参阅

引用

ReportingEventReceiver 类

ReportingEventReceiver 成员

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