共用方式為


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

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

參數

實作

ILookupTableEventReceiverRemote.OnCheckedInRemote(PSContextInfo, Guid, LookupTableCheckInPostEventArgs)

請參閱

參照

LookupTableEventReceiver 類別

LookupTableEventReceiver 成員

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