CalendarCheckingOutHandlerRemote delegate

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 Function CalendarCheckingOutHandlerRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As CalendarCheckOutPreEventArgs _
) As CalendarCheckOutPreEventArgs
'Usage
Dim instance As New CalendarCheckingOutHandlerRemote(AddressOf HandlerMethod)
public delegate CalendarCheckOutPreEventArgs CalendarCheckingOutHandlerRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    CalendarCheckOutPreEventArgs e
)

Parameters

Return value

Type: Microsoft.Office.Project.Server.Events.CalendarCheckOutPreEventArgs

See also

Reference

Microsoft.Office.Project.Server.Events namespace