AppEvents_WorkbookPivotTableOpenConnectionEventHandler Délégué

Définition

Type Delegate utilisé pour ajouter un handler d’événement pour WorkbookPivotTableOpenConnection l’événement. 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 à