Compartir a través de


Delegado LookupTableCreatedHandlerRemote

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

Parámetros

Vea también

Referencia

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