WorksheetBase.PivotTableBeforeDiscardChanges 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. This event can be used only in Excel 2010 projects.
public:
event Microsoft::Office::Interop::Excel::DocEvents_PivotTableBeforeDiscardChangesEventHandler ^ PivotTableBeforeDiscardChanges;
public event Microsoft.Office.Interop.Excel.DocEvents_PivotTableBeforeDiscardChangesEventHandler PivotTableBeforeDiscardChanges;
member this.PivotTableBeforeDiscardChanges : Microsoft.Office.Interop.Excel.DocEvents_PivotTableBeforeDiscardChangesEventHandler
Public Custom Event PivotTableBeforeDiscardChanges As DocEvents_PivotTableBeforeDiscardChangesEventHandler
Event Type
Exceptions
This event is used in an Excel 2007 project.
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.
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.