Share via


ReportingEventReceiverServiceProxyClient.OnLookupTableChangedRemote method

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

Syntax

'Declaration
Public Sub OnLookupTableChangedRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As ReportingPostLookupTableChangedEventArgs _
)
'Usage
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
)

Parameters

Implements

IReportingEventReceiverRemote.OnLookupTableChangedRemote(PSContextInfo, Guid, ReportingPostLookupTableChangedEventArgs)

See also

Reference

ReportingEventReceiverServiceProxyClient class

ReportingEventReceiverServiceProxyClient members

Microsoft.Office.Project.Server.Events namespace