Compartilhar via


ReportingLookupTableCreatedHandler representante

Manipulador de eventos para o pós-evento de Reporting LookupTableCreated .

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 ReportingLookupTableCreatedHandler ( _
    contextInfo As PSContextInfo, _
    e As ReportingPostLookupTableCreatedEventArgs _
)
'Uso
Dim instance As New ReportingLookupTableCreatedHandler(AddressOf HandlerMethod)
public delegate void ReportingLookupTableCreatedHandler(
    PSContextInfo contextInfo,
    ReportingPostLookupTableCreatedEventArgs e
)

Parâmetros

Ver também

Referência

Microsoft.Office.Project.Server.Events namespace