ReportingEventReceiver.OnLookupTableDeleted - Méthode

Un gestionnaire d'après l'événement dans le Service de données de rapport pour la suppression d'une table de choix.

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 OnLookupTableDeleted ( _
    contextInfo As PSContextInfo, _
    e As ReportingPostLookupTableDeletedEventArgs _
)
'Utilisation
Dim instance As ReportingEventReceiver
Dim contextInfo As PSContextInfo
Dim e As ReportingPostLookupTableDeletedEventArgs

instance.OnLookupTableDeleted(contextInfo, _
    e)
public virtual void OnLookupTableDeleted(
    PSContextInfo contextInfo,
    ReportingPostLookupTableDeletedEventArgs e
)

Paramètres

Remarques

Pour plus d'informations sur les événements RDS pour la base de données de création de rapports, reportez-vous à la section d'événements pour la RDB.

Voir aussi

Référence

ReportingEventReceiver classe

ReportingEventReceiver - Membres

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