次の方法で共有


ApplicationEvents4_ProtectedViewWindowActivateEventHandler 代理人

定義

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

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

パラメーター

PvWindow
ProtectedViewWindow

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

属性

適用対象