Compartilhar via


LookupTableCheckingInHandlerRemote representante

Namespace:  Microsoft.Office.Project.Server.Events
Assembly:  Microsoft.Office.Project.Server.Events.Receivers (em Microsoft.Office.Project.Server.Events.Receivers.dll)

Sintaxe

'Declaração
Public Delegate Function LookupTableCheckingInHandlerRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As LookupTableCheckInPreEventArgs _
) As LookupTableCheckInPreEventArgs
'Uso
Dim instance As New LookupTableCheckingInHandlerRemote(AddressOf HandlerMethod)
public delegate LookupTableCheckInPreEventArgs LookupTableCheckingInHandlerRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    LookupTableCheckInPreEventArgs e
)

Parâmetros

Valor retornado

Tipo: Microsoft.Office.Project.Server.Events.LookupTableCheckInPreEventArgs

Ver também

Referência

Microsoft.Office.Project.Server.Events namespace