Compartilhar via


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

Parâmetros

Valor retornado

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

Ver também

Referência

Microsoft.Office.Project.Server.Events namespace