共用方式為


CustomFieldsEventReceiver.OnCheckedInRemote 方法

命名空間:  Microsoft.Office.Project.Server.Events
組件:  Microsoft.Office.Project.Server.Events.Receivers (在 Microsoft.Office.Project.Server.Events.Receivers.dll 中)

語法

'宣告
Public Overridable Sub OnCheckedInRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As CustomFieldsCheckInPostEventArgs _
)
'用途
Dim instance As CustomFieldsEventReceiver
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As CustomFieldsCheckInPostEventArgs

instance.OnCheckedInRemote(contextInfo, _
    eventHandlerUid, e)
public virtual void OnCheckedInRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    CustomFieldsCheckInPostEventArgs e
)

參數

實作

ICustomFieldsEventReceiverRemote.OnCheckedInRemote(PSContextInfo, Guid, CustomFieldsCheckInPostEventArgs)

請參閱

參照

CustomFieldsEventReceiver 類別

CustomFieldsEventReceiver 成員

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