DocEvents_PivotTableUpdateEventHandler Delegate

A Delegate type used to add an event handler for the PivotTableUpdate event. The PivotTableUpdate event occurs after a PivotTable report is updated on a worksheet.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public Delegate Sub DocEvents_PivotTableUpdateEventHandler ( _
    Target As PivotTable _
)
'Usage
Dim instance As New DocEvents_PivotTableUpdateEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void DocEvents_PivotTableUpdateEventHandler(
    PivotTable Target
)

Parameters

See Also

Reference

Microsoft.Office.Interop.Excel Namespace