ApplicationEvents4_ProtectedViewWindowDeactivateEventHandler 代理人

定義

イベントのイベント ハンドラーProtectedViewWindowDeactivateを追加するために使用されるデリゲート型。 ProtectedViewWindowDeactivate イベントは、保護されたビュー ウィンドウが非アクティブ化されるときに発生します。

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

パラメーター

PvWindow
ProtectedViewWindow

非アクティブになった保護されたビュー ウィンドウです。

属性

適用対象