Compartir a través de


del método CalendarEventReceiver.OnCheckingInRemote

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

returnValue = instance.OnCheckingInRemote(contextInfo, _
    eventHandlerUid, e)
public virtual CalendarCheckInPreEventArgs OnCheckingInRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    CalendarCheckInPreEventArgs e
)

Parámetros

Valor devuelto

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

Implementaciones

ICalendarEventReceiverRemote.OnCheckingInRemote(PSContextInfo, Guid, CalendarCheckInPreEventArgs)

Vea también

Referencia

clase CalendarEventReceiver

Miembros CalendarEventReceiver

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