Compartilhar via


StatusingEventReceiver.OnHistoryDeleting método

Um manipulador de eventos anteriores 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 OnHistoryDeleting ( _
    contextInfo As PSContextInfo, _
    e As StatusDeleteHistoryPreEventArgs _
)
'Uso
Dim instance As StatusingEventReceiver
Dim contextInfo As PSContextInfo
Dim e As StatusDeleteHistoryPreEventArgs

instance.OnHistoryDeleting(contextInfo, _
    e)
public virtual void OnHistoryDeleting(
    PSContextInfo contextInfo,
    StatusDeleteHistoryPreEventArgs e
)

Parâmetros

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.

Ver também

Referência

StatusingEventReceiver classe

StatusingEventReceiver membros

Microsoft.Office.Project.Server.Events namespace