次の方法で共有


ApplicationEvents4_WindowSelectionChangeEventHandler 代理人

定義

イベントのイベント ハンドラーWindowSelectionChangeを追加するために使用されるデリゲート型。 WindowSelectionChange イベントは、作業中のドキュメント ウィンドウで選択内容が変更されたときに発生します。

public delegate void ApplicationEvents4_WindowSelectionChangeEventHandler(Selection ^ Sel);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void ApplicationEvents4_WindowSelectionChangeEventHandler(Selection Sel);
type ApplicationEvents4_WindowSelectionChangeEventHandler = delegate of Selection -> unit
Public Delegate Sub ApplicationEvents4_WindowSelectionChangeEventHandler(Sel As Selection)

パラメーター

Sel
Selection

新しい選択。

属性

適用対象