Метод StatusingEventReceiver.OnHistoryDeleted
Обработчик события после операции для метода DeleteStatusApprovalHistories .
Пространство имен: Microsoft.Office.Project.Server.Events
Сборка: Microsoft.Office.Project.Server.Events.Receivers (в Microsoft.Office.Project.Server.Events.Receivers.dll)
Синтаксис
'Декларация
Public Overridable Sub OnHistoryDeleted ( _
contextInfo As PSContextInfo, _
e As StatusDeleteHistoryPostEventArgs _
)
'Применение
Dim instance As StatusingEventReceiver
Dim contextInfo As PSContextInfo
Dim e As StatusDeleteHistoryPostEventArgs
instance.OnHistoryDeleted(contextInfo, _
e)
public virtual void OnHistoryDeleted(
PSContextInfo contextInfo,
StatusDeleteHistoryPostEventArgs e
)
Параметры
contextInfo
Тип: Microsoft.Office.Project.Server.Library.PSContextInfoСодержит сведения о контексте Project Server.
e
Тип: Microsoft.Office.Project.Server.Events.StatusDeleteHistoryPostEventArgsДанные для события.
Замечания
For information about creating an event handler, see How to: Create a Project Server Event Handler and Log an Event.