Compartilhar via


CalendarEventReceiver.OnCreatingRemote método

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 Overridable Function OnCreatingRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As CalendarPreEventArgs _
) As CalendarPreEventArgs
'Uso
Dim instance As CalendarEventReceiver
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As CalendarPreEventArgs
Dim returnValue As CalendarPreEventArgs

returnValue = instance.OnCreatingRemote(contextInfo, _
    eventHandlerUid, e)
public virtual CalendarPreEventArgs OnCreatingRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    CalendarPreEventArgs e
)

Parâmetros

Valor retornado

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

Implementos

ICalendarEventReceiverRemote.OnCreatingRemote(PSContextInfo, Guid, CalendarPreEventArgs)

Ver também

Referência

CalendarEventReceiver classe

CalendarEventReceiver membros

Microsoft.Office.Project.Server.Events namespace