共用方式為


ReportingEventReceiverServiceProxyClient.OnLookupTableDeletedRemote 方法

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

語法

'宣告
Public Sub OnLookupTableDeletedRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As ReportingPostLookupTableDeletedEventArgs _
)
'用途
Dim instance As ReportingEventReceiverServiceProxyClient
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As ReportingPostLookupTableDeletedEventArgs

instance.OnLookupTableDeletedRemote(contextInfo, _
    eventHandlerUid, e)
public void OnLookupTableDeletedRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    ReportingPostLookupTableDeletedEventArgs e
)

參數

實作

IReportingEventReceiverRemote.OnLookupTableDeletedRemote(PSContextInfo, Guid, ReportingPostLookupTableDeletedEventArgs)

請參閱

參照

ReportingEventReceiverServiceProxyClient 類別

ReportingEventReceiverServiceProxyClient 成員

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