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
)
參數
contextInfo
類型:Microsoft.Office.Project.Server.Library.PSContextInfo包含 Project Server 內容資訊。
備註
如需建立事件處理常式的資訊,請參閱 < How to: Create a Project Server Event Handler and Log an Event。