Compartilhar via


ReportingLookupTableChangedHandlerRemote representante

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 Delegate Sub ReportingLookupTableChangedHandlerRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As ReportingPostLookupTableChangedEventArgs _
)
'Uso
Dim instance As New ReportingLookupTableChangedHandlerRemote(AddressOf HandlerMethod)
public delegate void ReportingLookupTableChangedHandlerRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    ReportingPostLookupTableChangedEventArgs e
)

Parâmetros

Ver também

Referência

Microsoft.Office.Project.Server.Events namespace