共用方式為


LookupTableEventReceiverServiceProxyClient.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 LookupTableCheckInPostEventArgs _
)
'用途
Dim instance As LookupTableEventReceiverServiceProxyClient
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As LookupTableCheckInPostEventArgs

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

參數

實作

ILookupTableEventReceiverRemote.OnCheckedInRemote(PSContextInfo, Guid, LookupTableCheckInPostEventArgs)

請參閱

參照

LookupTableEventReceiverServiceProxyClient 類別

LookupTableEventReceiverServiceProxyClient 成員

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