AppEvents_SheetPivotTableAfterValueChangeEventHandler Delegate

Definition

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).

C#
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void AppEvents_SheetPivotTableAfterValueChangeEventHandler(object Sh, PivotTable TargetPivotTable, Range TargetRange);

Parameters

Sh
Object

The worksheet that contains the PivotTable.

TargetPivotTable
PivotTable

The PivotTable that contains the edited or recalculated cells.

TargetRange
Range

The range that contains all the edited or recalculated cells.

Attributes

Applies to

Product Versions
Excel primary interop assembly Latest