次の方法で共有


CustomFieldsEventReceiver.OnCheckedIn メソッド

CheckInCustomFieldsメソッドのポスト イベント ハンドラーです。

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

構文

'宣言
Public Overridable Sub OnCheckedIn ( _
    contextInfo As PSContextInfo, _
    e As CustomFieldsCheckInPostEventArgs _
)
'使用
Dim instance As CustomFieldsEventReceiver
Dim contextInfo As PSContextInfo
Dim e As CustomFieldsCheckInPostEventArgs

instance.OnCheckedIn(contextInfo, e)
public virtual void OnCheckedIn(
    PSContextInfo contextInfo,
    CustomFieldsCheckInPostEventArgs e
)

パラメーター

注釈

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

関連項目

参照先

CustomFieldsEventReceiver クラス

CustomFieldsEventReceiver メンバー

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