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


Делегат CustomFieldsCheckingInHandlerRemote

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

Синтаксис

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

Параметры

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

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

См. также

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

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