AppEvents_Event.SheetPivotTableBeforeDiscardChanges 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 before changes to a PivotTable are discarded.
public:
event Microsoft::Office::Interop::Excel::AppEvents_SheetPivotTableBeforeDiscardChangesEventHandler ^ SheetPivotTableBeforeDiscardChanges;
event Microsoft.Office.Interop.Excel.AppEvents_SheetPivotTableBeforeDiscardChangesEventHandler SheetPivotTableBeforeDiscardChanges;
Event SheetPivotTableBeforeDiscardChanges As AppEvents_SheetPivotTableBeforeDiscardChangesEventHandler
Event Type
Remarks
Occurs immediately before Excel executes a ROLLBACK TRANSACTION statement against the OLAP data source, if a transaction is still active, and then discards all edited values in the PivotTable, after the user has chosen to discard changes.