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


Делегат CustomFieldsCheckingOutHandlerRemote

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

Синтаксис

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

Параметры

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

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

См. также

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

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