AppEvents_SheetPivotTableUpdateEventHandler Delegate
A Delegate type used to add an event handler for the SheetPivotTableUpdate event. The SheetPivotTableUpdate event occurs after the sheet of the PivotTable report has been updated.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Delegate Sub AppEvents_SheetPivotTableUpdateEventHandler ( _
Sh As Object, _
Target As PivotTable _
)
'Usage
Dim instance As New AppEvents_SheetPivotTableUpdateEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void AppEvents_SheetPivotTableUpdateEventHandler(
Object Sh,
PivotTable Target
)
Parameters
Sh
Type: System.ObjectRequired. The selected sheet.
Target
Type: Microsoft.Office.Interop.Excel.PivotTableRequired. The selected PivotTable report.