次の方法で共有


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 名前空間