次の方法で共有


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

非アクティブになったウィンドウです。

属性

適用対象