次の方法で共有


TimesheetEventReceiver.OnCreating メソッド

CreateTimesheetメソッドのプレ イベント ハンドラー。

名前空間:  Microsoft.Office.Project.Server.Events
アセンブリ:  Microsoft.Office.Project.Server.Events.Receivers (Microsoft.Office.Project.Server.Events.Receivers.dll 内)

構文

'宣言
Public Overridable Sub OnCreating ( _
    contextInfo As PSContextInfo, _
    e As TimesheetPreCreateEventArgs _
)
'使用
Dim instance As TimesheetEventReceiver
Dim contextInfo As PSContextInfo
Dim e As TimesheetPreCreateEventArgs

instance.OnCreating(contextInfo, e)
public virtual void OnCreating(
    PSContextInfo contextInfo,
    TimesheetPreCreateEventArgs e
)

パラメーター

注釈

イベント ハンドラーの作成方法の詳細については、 How to: Create a Project Server Event Handler and Log an Eventを参照してください。

レポート データベースのタイムシートのデータを変更するための追加のレポート データ サービス (RDS) イベントの詳細については、 RDB のイベントを参照してください。

関連項目

参照先

TimesheetEventReceiver クラス

TimesheetEventReceiver メンバー

Microsoft.Office.Project.Server.Events 名前空間