CalendarEventReceiver.OnCheckingInRemote method
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntax
'Declaration
Public Overridable Function OnCheckingInRemote ( _
contextInfo As PSContextInfo, _
eventHandlerUid As Guid, _
e As CalendarCheckInPreEventArgs _
) As CalendarCheckInPreEventArgs
'Usage
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
)
Parameters
- contextInfo
Type: Microsoft.Office.Project.Server.Library.PSContextInfo
- eventHandlerUid
Type: System.Guid
Return value
Type: Microsoft.Office.Project.Server.Events.CalendarCheckInPreEventArgs
Implements
ICalendarEventReceiverRemote.OnCheckingInRemote(PSContextInfo, Guid, CalendarCheckInPreEventArgs)