ApplicationEvents4_WindowDeactivateEventHandler 委托

定义

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

public delegate void ApplicationEvents4_WindowDeactivateEventHandler(Document ^ Doc, Window ^ Wn);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void ApplicationEvents4_WindowDeactivateEventHandler(Document Doc, Window Wn);
type ApplicationEvents4_WindowDeactivateEventHandler = delegate of Document * Window -> unit
Public Delegate Sub ApplicationEvents4_WindowDeactivateEventHandler(Doc As Document, Wn As Window)

参数

Doc
Document

非活动窗口中显示的文档。

Wn
Window

非活动窗口。

属性

适用于