StatusingEventReceiver.OnHistoryDeleted メソッド
DeleteStatusApprovalHistoriesメソッドのポスト イベント ハンドラーです。
名前空間: Microsoft.Office.Project.Server.Events
アセンブリ: Microsoft.Office.Project.Server.Events.Receivers (Microsoft.Office.Project.Server.Events.Receivers.dll 内)
構文
'宣言
Public Overridable Sub OnHistoryDeleted ( _
contextInfo As PSContextInfo, _
e As StatusDeleteHistoryPostEventArgs _
)
'使用
Dim instance As StatusingEventReceiver
Dim contextInfo As PSContextInfo
Dim e As StatusDeleteHistoryPostEventArgs
instance.OnHistoryDeleted(contextInfo, _
e)
public virtual void OnHistoryDeleted(
PSContextInfo contextInfo,
StatusDeleteHistoryPostEventArgs e
)
パラメーター
contextInfo
型: Microsoft.Office.Project.Server.Library.PSContextInfoProject Server のコンテキスト情報が含まれています。
注釈
イベント ハンドラーの作成方法の詳細については、 How to: Create a Project Server Event Handler and Log an Eventを参照してください。