StatusingStatusSubmitingHandler デリゲート
StatusSubmitting前のSubmitStatusメソッドとSubmitStatusForResourceメソッド、 Statusingサービスのイベントのイベント ハンドラーです。
名前空間: Microsoft.Office.Project.Server.Events
アセンブリ: Microsoft.Office.Project.Server.Events.Receivers (Microsoft.Office.Project.Server.Events.Receivers.dll 内)
構文
'宣言
Public Delegate Sub StatusingStatusSubmitingHandler ( _
contextInfo As PSContextInfo, _
e As StatusSubmitPreEventArgs _
)
'使用
Dim instance As New StatusingStatusSubmitingHandler(AddressOf HandlerMethod)
public delegate void StatusingStatusSubmitingHandler(
PSContextInfo contextInfo,
StatusSubmitPreEventArgs e
)
パラメーター
contextInfo
型: Microsoft.Office.Project.Server.Library.PSContextInfoProject Server のコンテキスト情報が含まれています。
注釈
StatusingStatusSubmitingHandler、イベント ハンドラーの名前が間違っています。それは変更されません、オブジェクト モデルで以前の使用法のためStatusingStatusSubmittingHandlerはする必要があります。