AppEvents_WorkbookBeforeCloseEventHandler 委托

定义

用于为事件添加事件处理程序的WorkbookBeforeClose委托类型。 WorkbookBeforeClose 事件发生在任何打开的工作簿关闭之前。

public delegate void AppEvents_WorkbookBeforeCloseEventHandler(Workbook ^ Wb, [Runtime::InteropServices::Out] bool % Cancel);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void AppEvents_WorkbookBeforeCloseEventHandler(Workbook Wb, out bool Cancel);
Public Delegate Sub AppEvents_WorkbookBeforeCloseEventHandler(Wb As Workbook, ByRef Cancel As Boolean)

参数

Wb
Workbook

正在关闭的工作簿。

Cancel
Boolean

False 在事件发生时。 如果该事件过程将此参数设置为 True,则该过程完成后不关闭工作簿。

属性

适用于