ApplicationEvents4_WindowActivateEventHandler 委托

定义

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

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

参数

Doc
Document

在激活的窗口中显示的文档。

Wn
Window

正在激活的窗口。

属性

适用于