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


Делегат CustomFieldsCreatingHandlerRemote

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

Синтаксис

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

Параметры

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

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

См. также

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

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