AppEvents_SheetPivotTableAfterValueChangeEventHandler Delegate
Office 2010
A Delegate type used to add an event handler for the SheetPivotTableAfterValueChange event. The SheetPivotTableAfterValueChange event occurs after a cell or range of cells inside a PivotTable are edited or recalculated (for cells that contain formulas).
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
[ComVisibleAttribute(false)] public delegate void AppEvents_SheetPivotTableAfterValueChangeEventHandler( Object Sh, PivotTable TargetPivotTable, Range TargetRange )
Parameters
- Sh
- Type: System.Object
The worksheet that contains the PivotTable.
- TargetPivotTable
- Type: Microsoft.Office.Interop.Excel.PivotTable
The PivotTable that contains the edited or recalculated cells.
- TargetRange
- Type: Microsoft.Office.Interop.Excel.Range
The range that contains all the edited or recalculated cells.
Show: