WorksheetClass.PivotTableUpdate Event
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Overridable Event PivotTableUpdate As DocEvents_PivotTableUpdateEventHandler
'Usage
Dim instance As WorksheetClass
Dim handler As DocEvents_PivotTableUpdateEventHandler
AddHandler instance.PivotTableUpdate, handler
public virtual event DocEvents_PivotTableUpdateEventHandler PivotTableUpdate
Implements
DocEvents_Event.PivotTableUpdate