WorkbookEvents_WindowDeactivateEventHandler 委托

定义

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

public delegate void WorkbookEvents_WindowDeactivateEventHandler(Window ^ Wn);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void WorkbookEvents_WindowDeactivateEventHandler(Window Wn);
Public Delegate Sub WorkbookEvents_WindowDeactivateEventHandler(Wn As Window)

参数

Wn
Window

非活动窗口。

属性

适用于