AppEvents_SheetDeactivateEventHandler 委托

定义

用于为事件添加事件处理程序的SheetDeactivate委托类型。 停用任何工作表时, 将发生 SheetDeactivate 事件。

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

参数

Sh
Object

工作表。 可以是 ChartWorksheet 对象。

属性

适用于