ApplicationEvents4_WindowSizeEventHandler 委托

定义

用于为事件添加事件处理程序的WindowSize委托类型。 当调整或移动应用程序窗口的大小时,将发生 WindowSize 事件。

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

参数

Doc
Document

大小正在调整的窗口中的文档。

Wn
Window

大小正在调整的窗口。

属性

适用于