AppEvents_WorkbookPivotTableOpenConnectionEventHandler Délégué

Définition

Type De délégué utilisé pour ajouter un gestionnaire d’événements pour l’événement WorkbookPivotTableOpenConnection . L’événement WorkbookPivotTableOpenConnection se produit après l’ouverture d’une connexion de rapport de tableau croisé dynamique.

public delegate void AppEvents_WorkbookPivotTableOpenConnectionEventHandler(Workbook ^ Wb, PivotTable ^ Target);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void AppEvents_WorkbookPivotTableOpenConnectionEventHandler(Workbook Wb, PivotTable Target);
Public Delegate Sub AppEvents_WorkbookPivotTableOpenConnectionEventHandler(Wb As Workbook, Target As PivotTable)

Paramètres

Wb
Workbook

Obligatoire. Classeur sélectionné.

Target
PivotTable

Obligatoire. Rapport de tableau croisé dynamique sélectionné.

Attributs

S’applique à