ApplicationEvents4_ProtectedViewWindowOpenEventHandler 代理人

定義

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

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

パラメーター

PvWindow
ProtectedViewWindow

開く保護されたビュー ウィンドウです。

属性

適用対象