AppEvents_ProtectedViewWindowResizeEventHandler 代理人

定義

イベントのイベント ハンドラーProtectedViewWindowResizeを追加するために使用されるデリゲート型。 ProtectedViewWindowResize イベントは、保護されたビュー ウィンドウのサイズが変更されたときに発生します。

public delegate void AppEvents_ProtectedViewWindowResizeEventHandler(ProtectedViewWindow ^ Pvw);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void AppEvents_ProtectedViewWindowResizeEventHandler(ProtectedViewWindow Pvw);
Public Delegate Sub AppEvents_ProtectedViewWindowResizeEventHandler(Pvw As ProtectedViewWindow)

パラメーター

Pvw
ProtectedViewWindow

サイズ変更された [保護ビュー] ウィンドウを表す オブジェクト。

属性

適用対象