AppEvents_WorkbookPivotTableOpenConnectionEventHandler Delegado

Definición

Tipo de delegado que se usa para agregar un controlador de eventos para el WorkbookPivotTableOpenConnection evento. El evento WorkbookPivotTableOpenConnection se produce después de abrir una conexión de informe de tabla dinámica.

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)

Parámetros

Wb
Workbook

Obligatorio. Libro seleccionado.

Target
PivotTable

Obligatorio. Informe de tabla dinámica seleccionado.

Atributos

Se aplica a