Делегат 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
)
Параметры
- contextInfo
Тип: Microsoft.Office.Project.Server.Library.PSContextInfo
- eventHandlerUid
Тип: System.Guid
Возвращаемое значение
Тип: Microsoft.Office.Project.Server.Events.CustomFieldsCheckInPreEventArgs