Делегат ReportingCustomFieldCreatedHandler
Обработчик событий для события после Reporting CustomFieldCreated .
Пространство имен: Microsoft.Office.Project.Server.Events
Сборка: Microsoft.Office.Project.Server.Events.Receivers (в Microsoft.Office.Project.Server.Events.Receivers.dll)
Синтаксис
'Декларация
Public Delegate Sub ReportingCustomFieldCreatedHandler ( _
contextInfo As PSContextInfo, _
e As ReportingPostCustomFieldCreatedEventArgs _
)
'Применение
Dim instance As New ReportingCustomFieldCreatedHandler(AddressOf HandlerMethod)
public delegate void ReportingCustomFieldCreatedHandler(
PSContextInfo contextInfo,
ReportingPostCustomFieldCreatedEventArgs e
)
Параметры
contextInfo
Тип: Microsoft.Office.Project.Server.Library.PSContextInfoСодержит сведения о контексте Project Server.
e
Тип: Microsoft.Office.Project.Server.Events.ReportingPostCustomFieldCreatedEventArgsДанные для события.