Compartilhar via


ReportingEventReceiverServiceProxyClient.OnLookupTableChangedRemote método

Namespace:  Microsoft.Office.Project.Server.Events
Assembly:  Microsoft.Office.Project.Server.Events.Receivers (em Microsoft.Office.Project.Server.Events.Receivers.dll)

Sintaxe

'Declaração
Public Sub OnLookupTableChangedRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As ReportingPostLookupTableChangedEventArgs _
)
'Uso
Dim instance As ReportingEventReceiverServiceProxyClient
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As ReportingPostLookupTableChangedEventArgs

instance.OnLookupTableChangedRemote(contextInfo, _
    eventHandlerUid, e)
public void OnLookupTableChangedRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    ReportingPostLookupTableChangedEventArgs e
)

Parâmetros

Implementos

IReportingEventReceiverRemote.OnLookupTableChangedRemote(PSContextInfo, Guid, ReportingPostLookupTableChangedEventArgs)

Ver também

Referência

ReportingEventReceiverServiceProxyClient classe

ReportingEventReceiverServiceProxyClient membros

Microsoft.Office.Project.Server.Events namespace