Compartir a través de


Delegado LookupTableCreatedHandler

Controlador de eventos para el evento posterior a la de LookupTable Created .

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

Parámetros

Vea también

Referencia

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