共用方式為


CustomFieldsEventReceiverServiceProxyClient.OnCheckedInRemote 方法

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

語法

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

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

參數

實作

ICustomFieldsEventReceiverRemote.OnCheckedInRemote(PSContextInfo, Guid, CustomFieldsCheckInPostEventArgs)

請參閱

參照

CustomFieldsEventReceiverServiceProxyClient 類別

CustomFieldsEventReceiverServiceProxyClient 成員

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