WorkflowEventReceiver.OnRunning 方法

工作流运行时发生的事件前期事件处理程序。

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

语法

声明
Public Overridable Sub OnRunning ( _
    contextInfo As PSContextInfo, _
    e As WorkflowRunningEventArgs _
)
用法
Dim instance As WorkflowEventReceiver
Dim contextInfo As PSContextInfo
Dim e As WorkflowRunningEventArgs

instance.OnRunning(contextInfo, e)
public virtual void OnRunning(
    PSContextInfo contextInfo,
    WorkflowRunningEventArgs e
)

参数

另请参阅

引用

WorkflowEventReceiver 类

WorkflowEventReceiver 成员

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