WorkbookEvents_PivotTableCloseConnectionEventHandler Delegado

Definición

Tipo de delegado que se usa para agregar un controlador de eventos para el PivotTableCloseConnection evento. El evento PivotTableCloseConnection se produce después de que un informe de tabla dinámica cierre la conexión a su origen de datos.

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

Parámetros

Target
PivotTable

Obligatorio. Informe de tabla dinámica seleccionado.

Atributos

Se aplica a