Show All

DataChange Event

       

Occurs when certain properties are changed or when certain methods are executed. See the PivotDataReasonEnum constant for more information about the properties and methods that can trigger this event.

Private Sub Object_DataChange(ByVal Reason As PivotDataReasonEnum)

Object   The name of the PivotTable object that you are trapping this event for.

Reason  Use the value of the PivotDataReasonEnum constant to determine the reason that this event was triggered.