ApplicationEvents4_ProtectedViewWindowSizeEventHandler 代理人

定義

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

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

パラメーター

PvWindow
ProtectedViewWindow

サイズ変更する保護されたビュー ウィンドウです。

属性

適用対象