Поделиться через


Делегат CalendarCheckingInHandlerRemote

Пространство имен:  Microsoft.Office.Project.Server.Events
Сборка:  Microsoft.Office.Project.Server.Events.Receivers (в Microsoft.Office.Project.Server.Events.Receivers.dll)

Синтаксис

'Декларация
Public Delegate Function CalendarCheckingInHandlerRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As CalendarCheckInPreEventArgs _
) As CalendarCheckInPreEventArgs
'Применение
Dim instance As New CalendarCheckingInHandlerRemote(AddressOf HandlerMethod)
public delegate CalendarCheckInPreEventArgs CalendarCheckingInHandlerRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    CalendarCheckInPreEventArgs e
)

Параметры

Возвращаемое значение

Тип: Microsoft.Office.Project.Server.Events.CalendarCheckInPreEventArgs

См. также

Справочные материалы

Пространство имен Microsoft.Office.Project.Server.Events