StatusingEventReceiver.OnHistoryDeleted método
Um manipulador de POST-eventos para o método DeleteStatusApprovalHistories .
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (em Microsoft.Office.Project.Server.Events.Receivers.dll)
Sintaxe
'Declaração
Public Overridable Sub OnHistoryDeleted ( _
contextInfo As PSContextInfo, _
e As StatusDeleteHistoryPostEventArgs _
)
'Uso
Dim instance As StatusingEventReceiver
Dim contextInfo As PSContextInfo
Dim e As StatusDeleteHistoryPostEventArgs
instance.OnHistoryDeleted(contextInfo, _
e)
public virtual void OnHistoryDeleted(
PSContextInfo contextInfo,
StatusDeleteHistoryPostEventArgs e
)
Parâmetros
contextInfo
Tipo: Microsoft.Office.Project.Server.Library.PSContextInfoContém as informações de contexto do Project Server.
e
Tipo: Microsoft.Office.Project.Server.Events.StatusDeleteHistoryPostEventArgsOs dados para o evento.
Comentários
Para obter informações sobre como criar um manipulador de eventos, consulte How to: Create a Project Server Event Handler and Log an Event.