ResourcePlanEventReceiver.OnResourcePlanPublished メソッド
QueuePublishResourcePlan(Guid, Guid)メソッドのポスト イベント ハンドラーです。
名前空間: Microsoft.Office.Project.Server.Events
アセンブリ: Microsoft.Office.Project.Server.Events.Receivers (Microsoft.Office.Project.Server.Events.Receivers.dll 内)
構文
'宣言
Public Overridable Sub OnResourcePlanPublished ( _
contextInfo As PSContextInfo, _
e As ResourcePlanPublishedEventArgs _
)
'使用
Dim instance As ResourcePlanEventReceiver
Dim contextInfo As PSContextInfo
Dim e As ResourcePlanPublishedEventArgs
instance.OnResourcePlanPublished(contextInfo, _
e)
public virtual void OnResourcePlanPublished(
PSContextInfo contextInfo,
ResourcePlanPublishedEventArgs e
)
パラメーター
contextInfo
型: Microsoft.Office.Project.Server.Library.PSContextInfoProject Server のコンテキスト情報が含まれています。