DocEvents_Event.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;
Event PivotTableChangeSync As DocEvents_PivotTableChangeSyncEventHandler
Event Type
Remarks
The PivotTableChangeSync event 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.