AppEvents_Event.WorkbookPivotTableCloseConnection Event
Office 2003
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)
Microsoft.Office.Interop.Excel Namespace
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)
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.
Reference
AppEvents_Event InterfaceMicrosoft.Office.Interop.Excel Namespace