Share via


WorkbookEvents_PivotTableOpenConnectionEventHandler 委托

定义

用于为事件添加事件处理程序的PivotTableOpenConnection委托类型。 数据透视表打开与其数据源的连接后,将发生数据透视表 OpenConnection 事件。

public delegate void WorkbookEvents_PivotTableOpenConnectionEventHandler(PivotTable ^ Target);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void WorkbookEvents_PivotTableOpenConnectionEventHandler(PivotTable Target);
Public Delegate Sub WorkbookEvents_PivotTableOpenConnectionEventHandler(Target As PivotTable)

参数

Target
PivotTable

必填。 选定的数据透视表。

属性

适用于