AppEvents_SheetPivotTableUpdateEventHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public delegate void AppEvents_SheetPivotTableUpdateEventHandler(System::Object ^ Sh, PivotTable ^ Target);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void AppEvents_SheetPivotTableUpdateEventHandler(object Sh, PivotTable Target);
Public Delegate Sub AppEvents_SheetPivotTableUpdateEventHandler(Sh As Object, Target As PivotTable)
Parameters
- Sh
- Object
Required. The selected sheet.
- Target
- PivotTable
Required. The selected PivotTable report.
- Attributes