Compartilhar via


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

Parâmetros

Valor retornado

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

Ver também

Referência

Microsoft.Office.Project.Server.Events namespace