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