Worksheet.PivotTableChangeSync Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs after changes to a PivotTable.
public:
event Microsoft::Office::Interop::Excel::DocEvents_PivotTableChangeSyncEventHandler ^ PivotTableChangeSync;
event Microsoft.Office.Interop.Excel.DocEvents_PivotTableChangeSyncEventHandler PivotTableChangeSync;
member this.PivotTableChangeSync : Microsoft.Office.Interop.Excel.DocEvents_PivotTableChangeSyncEventHandler
Event PivotTableChangeSync As DocEvents_PivotTableChangeSyncEventHandler
Event Type
Exceptions
This property is used in an Excel 2007 project.
Remarks
The PivotTableChangeSync occurs during most changes to a PivotTable, so that you can write code to respond to user actions, such as clearing, grouping, or refreshing items in the PivotTable.
Note
This event appears in IntelliSense in Excel 2007 projects that target the .NET Framework 4. However, this event cannot be used in Excel 2007 projects.