AppEvents_WorkbookPivotTableOpenConnectionEventHandler Delegate
A Delegate type used to add an event handler for the WorkbookPivotTableOpenConnection event. The WorkbookPivotTableOpenConnection event occurs after a PivotTable report connection has been opened.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Delegate Sub AppEvents_WorkbookPivotTableOpenConnectionEventHandler ( _
Wb As Workbook, _
Target As PivotTable _
)
'Usage
Dim instance As New AppEvents_WorkbookPivotTableOpenConnectionEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void AppEvents_WorkbookPivotTableOpenConnectionEventHandler(
Workbook Wb,
PivotTable Target
)
Parameters
Wb
Type: Microsoft.Office.Interop.Excel.WorkbookRequired. The selected workbook.
Target
Type: Microsoft.Office.Interop.Excel.PivotTableRequired. The selected PivotTable report.