CalendarCheckingInHandler Delegate

Event handler for the Calendar CheckingIn pre-event.

Namespace:  Microsoft.Office.Project.Server.Events
Assembly:  Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)

Syntax

'Declaration
Public Delegate Sub CalendarCheckingInHandler ( _
    contextInfo As PSContextInfo, _
    e As CalendarCheckInPreEventArgs _
)
'Usage
Dim instance As New CalendarCheckingInHandler(AddressOf HandlerMethod)
public delegate void CalendarCheckingInHandler(
    PSContextInfo contextInfo,
    CalendarCheckInPreEventArgs e
)

Parameters

See Also

Reference

Microsoft.Office.Project.Server.Events Namespace