Compartir a través de


Delegado LookupTableUpdatingHandler

Controlador de eventos para el evento previo LookupTable Updating .

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

Parámetros

Vea también

Referencia

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