Share via


AppEvents_WorkbookNewSheetEventHandler 委托

定义

用于为事件添加事件处理程序的WorkbookNewSheet委托类型。 在任何打开的工作簿中创建新工作表时,将发生 WorkbookNewSheet 事件。

public delegate void AppEvents_WorkbookNewSheetEventHandler(Workbook ^ Wb, System::Object ^ Sh);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void AppEvents_WorkbookNewSheetEventHandler(Workbook Wb, object Sh);
Public Delegate Sub AppEvents_WorkbookNewSheetEventHandler(Wb As Workbook, Sh As Object)

参数

Wb
Workbook

工作簿。

Sh
Object

新工作表。

属性

适用于