AppEvents_WorkbookPivotTableCloseConnectionEventHandler Delegado

Definición

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

public delegate void AppEvents_WorkbookPivotTableCloseConnectionEventHandler(Workbook ^ Wb, PivotTable ^ Target);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void AppEvents_WorkbookPivotTableCloseConnectionEventHandler(Workbook Wb, PivotTable Target);
Public Delegate Sub AppEvents_WorkbookPivotTableCloseConnectionEventHandler(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