-
Notifications
You must be signed in to change notification settings - Fork 18
/
AppEvents_WorkbookPivotTableOpenConnectionEventHandler.xml
35 lines (35 loc) · 2.13 KB
/
AppEvents_WorkbookPivotTableOpenConnectionEventHandler.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<Type Name="AppEvents_WorkbookPivotTableOpenConnectionEventHandler" FullName="Microsoft.Office.Interop.Excel.AppEvents_WorkbookPivotTableOpenConnectionEventHandler">
<TypeSignature Language="C#" Value="public delegate void AppEvents_WorkbookPivotTableOpenConnectionEventHandler(Workbook Wb, PivotTable Target);" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed AppEvents_WorkbookPivotTableOpenConnectionEventHandler extends System.MulticastDelegate" />
<TypeSignature Language="DocId" Value="T:Microsoft.Office.Interop.Excel.AppEvents_WorkbookPivotTableOpenConnectionEventHandler" />
<TypeSignature Language="VB.NET" Value="Public Delegate Sub AppEvents_WorkbookPivotTableOpenConnectionEventHandler(Wb As Workbook, Target As PivotTable)" />
<TypeSignature Language="C++ CLI" Value="public delegate void AppEvents_WorkbookPivotTableOpenConnectionEventHandler(Workbook ^ Wb, PivotTable ^ Target);" />
<AssemblyInfo>
<AssemblyName>Microsoft.Office.Interop.Excel</AssemblyName>
<AssemblyVersion>15.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>
</Base>
<Attributes>
<Attribute>
<AttributeName>System.Runtime.InteropServices.ComVisible(false)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>System.Runtime.InteropServices.TypeLibType(16)</AttributeName>
</Attribute>
</Attributes>
<Parameters>
<Parameter Name="Wb" Type="Microsoft.Office.Interop.Excel.Workbook" />
<Parameter Name="Target" Type="Microsoft.Office.Interop.Excel.PivotTable" />
</Parameters>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Docs>
<param name="Wb">Required. The selected workbook.</param>
<param name="Target">Required. The selected PivotTable report.</param>
<summary>A <b>Delegate</b> type used to add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.AppEvents_Event.WorkbookPivotTableOpenConnection" /> event. The <b>WorkbookPivotTableOpenConnection</b> event occurs after a PivotTable report connection has been opened.</summary>
<remarks>To be added.</remarks>
</Docs>
</Type>