DocEvents_Event.PivotTableBeforeDiscardChanges Event

Definition

Occurs before changes to a PivotTable are discarded.

public:
 event Microsoft::Office::Interop::Excel::DocEvents_PivotTableBeforeDiscardChangesEventHandler ^ PivotTableBeforeDiscardChanges;
event Microsoft.Office.Interop.Excel.DocEvents_PivotTableBeforeDiscardChangesEventHandler PivotTableBeforeDiscardChanges;
Event PivotTableBeforeDiscardChanges As DocEvents_PivotTableBeforeDiscardChangesEventHandler 

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.

Applies to