StatusingEventReceiver.OnHistoryDeleted - Méthode

Un gestionnaire d'événements postérieures à la méthode DeleteStatusApprovalHistories .

Espace de noms :  Microsoft.Office.Project.Server.Events
Assembly :  Microsoft.Office.Project.Server.Events.Receivers (dans Microsoft.Office.Project.Server.Events.Receivers.dll)

Syntaxe

'Déclaration
Public Overridable Sub OnHistoryDeleted ( _
    contextInfo As PSContextInfo, _
    e As StatusDeleteHistoryPostEventArgs _
)
'Utilisation
Dim instance As StatusingEventReceiver
Dim contextInfo As PSContextInfo
Dim e As StatusDeleteHistoryPostEventArgs

instance.OnHistoryDeleted(contextInfo, _
    e)
public virtual void OnHistoryDeleted(
    PSContextInfo contextInfo,
    StatusDeleteHistoryPostEventArgs e
)

Paramètres

Remarques

Pour plus d'informations sur la création d'un gestionnaire d'événements, voir How to: Create a Project Server Event Handler and Log an Event.

Voir aussi

Référence

StatusingEventReceiver classe

StatusingEventReceiver - Membres

Microsoft.Office.Project.Server.Events - Espace de noms