Compartir a través de


Delegado ReportingLookupTableCreatedHandler

Controlador de eventos para el evento posterior a la de Reporting LookupTableCreated .

Espacio de nombres:  Microsoft.Office.Project.Server.Events
Ensamblado:  Microsoft.Office.Project.Server.Events.Receivers (en Microsoft.Office.Project.Server.Events.Receivers.dll)

Sintaxis

'Declaración
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

Vea también

Referencia

Espacio de nombres Microsoft.Office.Project.Server.Events