DocEvents_PivotTableAfterValueChangeEventHandler Delegate

Definition

A Delegate type used to add an event handler for the PivotTableAfterValueChange event. The PivotTableAfterValueChange 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 DocEvents_PivotTableAfterValueChangeEventHandler(PivotTable TargetPivotTable, Range TargetRange);

Parameters

TargetPivotTable
PivotTable

The PivotTable that contains the edited or recalculated cells.

TargetRange
Range

The range that contains all the edited or recalcuated cells.

Attributes

Applies to

Product Versions
Excel primary interop assembly Latest