WorkbookEvents_Event.SheetPivotTableChangeSync 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::WorkbookEvents_SheetPivotTableChangeSyncEventHandler ^ SheetPivotTableChangeSync;
event Microsoft.Office.Interop.Excel.WorkbookEvents_SheetPivotTableChangeSyncEventHandler SheetPivotTableChangeSync;
Event SheetPivotTableChangeSync As WorkbookEvents_SheetPivotTableChangeSyncEventHandler
Event Type
Remarks
The SheetPivotTableChangeSyncoccurs 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.