DocEvents_Event.PivotTableUpdate EventĀ 

Occurs after a PivotTable report is updated on a worksheet.

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

Usage

WithEvents docEvents_Event1 As DocEvents_Event
Function docEvents_Event1_PivotTableUpdate(Target As PivotTable) As Void
    Handles docEvents_Event1.PivotTableUpdate
End Function

Syntax

Event PivotTableUpdate As DocEvents_PivotTableUpdateEventHandler
event DocEvents_PivotTableUpdateEventHandler PivotTableUpdate;
event DocEvents_PivotTableUpdateEventHandler^ PivotTableUpdate;
 void add_PivotTableUpdate(DocEvents_PivotTableUpdateEventHandler handler);
 void remove_PivotTableUpdate(DocEvents_PivotTableUpdateEventHandler 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

DocEvents_Event Interface
Microsoft.Office.Interop.Excel Namespace

Other Resources

DocEvents_Event Members