共用方式為


ILookupTableEventReceiverRemote.OnCheckedInRemote 方法

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

語法

'宣告
<OperationContractAttribute> _
Sub OnCheckedInRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As LookupTableCheckInPostEventArgs _
)
'用途
Dim instance As ILookupTableEventReceiverRemote
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As LookupTableCheckInPostEventArgs

instance.OnCheckedInRemote(contextInfo, _
    eventHandlerUid, e)
[OperationContractAttribute]
void OnCheckedInRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    LookupTableCheckInPostEventArgs e
)

參數

請參閱

參照

ILookupTableEventReceiverRemote 介面

ILookupTableEventReceiverRemote 成員

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