CalendarEventReceiver.OnCheckedIn method

A post-event handler the CheckInCalendars 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 Sub OnCheckedIn ( _
    contextInfo As PSContextInfo, _
    e As CalendarCheckInPostEventArgs _
)
'Usage
Dim instance As CalendarEventReceiver
Dim contextInfo As PSContextInfo
Dim e As CalendarCheckInPostEventArgs

instance.OnCheckedIn(contextInfo, e)
public virtual void OnCheckedIn(
    PSContextInfo contextInfo,
    CalendarCheckInPostEventArgs e
)

Parameters

Remarks

For information about creating an event handler, see How to: Create a Project Server Event Handler and Log an Event.

See also

Reference

CalendarEventReceiver class

CalendarEventReceiver members

Microsoft.Office.Project.Server.Events namespace