Compartir a través de


Delegado LookupTableDeletingHandler

Controlador de eventos para el evento antes de LookupTable Deleting .

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

Parámetros

Vea también

Referencia

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