StatusReportsEventReceiver.OnRequestCreating メソッド
このメンバーは内部使用のために予約済みです。ユーザーのコードから直接使用されるものではありません。
名前空間: Microsoft.Office.Project.Server.Events
アセンブリ: Microsoft.Office.Project.Server.Events.Receivers (Microsoft.Office.Project.Server.Events.Receivers.dll 内)
構文
'宣言
Public Overridable Sub OnRequestCreating ( _
contextInfo As PSContextInfo, _
e As StatusReportsPreRequestCreateEventArgs _
)
'使用
Dim instance As StatusReportsEventReceiver
Dim contextInfo As PSContextInfo
Dim e As StatusReportsPreRequestCreateEventArgs
instance.OnRequestCreating(contextInfo, _
e)
public virtual void OnRequestCreating(
PSContextInfo contextInfo,
StatusReportsPreRequestCreateEventArgs e
)
パラメーター
contextInfo
型: Microsoft.Office.Project.Server.Library.PSContextInfoProject Server のコンテキスト情報が含まれています。
関連項目
参照先
StatusReportsEventReceiver クラス