ApplicationEvents3_WindowActivateEventHandler 代理人

定義

このイベント ハンドラーは下位互換性を確保するためにのみ組み込まれています。 同名の最新のイベント ハンドラーを使用することをお勧めします。

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

パラメーター

Doc
Document

このイベント パラメーターは下位互換性を確保するためにのみ組み込まれています。

Wn
Window

このイベント パラメーターは下位互換性を確保するためにのみ組み込まれています。

属性

適用対象