Delegado LookupTableCreatingHandler
Controlador de eventos para el evento the LookupTable Creating .
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 LookupTableCreatingHandler ( _
contextInfo As PSContextInfo, _
e As LookupTablePreEventArgs _
)
'Uso
Dim instance As New LookupTableCreatingHandler(AddressOf HandlerMethod)
public delegate void LookupTableCreatingHandler(
PSContextInfo contextInfo,
LookupTablePreEventArgs e
)
Parámetros
contextInfo
Tipo: Microsoft.Office.Project.Server.Library.PSContextInfoContiene la información de contexto de Project Server.
e
Tipo: Microsoft.Office.Project.Server.Events.LookupTablePreEventArgsLos datos para el evento.