AppEvents_Event.WorkbookPivotTableCloseConnection EventĀ 

Occurs after a PivotTable report connection has been closed.

Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)

Usage

WithEvents appEvents_Event1 As AppEvents_Event
Function appEvents_Event1_WorkbookPivotTableCloseConnection(Wb As Workbook, _
    Target As PivotTable) As Void
    Handles appEvents_Event1.WorkbookPivotTableCloseConnection
End Function

Syntax

Event WorkbookPivotTableCloseConnection As AppEvents_WorkbookPivotTableCloseConnectionEventHandler
event AppEvents_WorkbookPivotTableCloseConnectionEventHandler WorkbookPivotTableCloseConnection;
event AppEvents_WorkbookPivotTableCloseConnectionEventHandler^ WorkbookPivotTableCloseConnection;
 void add_WorkbookPivotTableCloseConnection(AppEvents_WorkbookPivotTableCloseConnectionEventHandler handler);
 void remove_WorkbookPivotTableCloseConnection(AppEvents_WorkbookPivotTableCloseConnectionEventHandler handler);
In JScript, you can handle the events defined by a class, but you cannot define your own.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

AppEvents_Event Interface
Microsoft.Office.Interop.Excel Namespace

Other Resources

AppEvents_Event Members