AppEvents_ProtectedViewWindowBeforeEditEventHandler 代理人

定義

イベントのイベント ハンドラーProtectedViewWindowBeforeEditを追加するために使用されるデリゲート型。 ProtectedViewWindowBeforeEdit イベントは、指定された [保護されたビュー] ウィンドウのブックで編集が有効になる直前に発生します。

public delegate void AppEvents_ProtectedViewWindowBeforeEditEventHandler(ProtectedViewWindow ^ Pvw, [Runtime::InteropServices::Out] bool % Cancel);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void AppEvents_ProtectedViewWindowBeforeEditEventHandler(ProtectedViewWindow Pvw, out bool Cancel);
Public Delegate Sub AppEvents_ProtectedViewWindowBeforeEditEventHandler(Pvw As ProtectedViewWindow, ByRef Cancel As Boolean)

パラメーター

Pvw
ProtectedViewWindow

編集が有効になっているブックを含む [保護されたビュー] ウィンドウ。

Cancel
Boolean

イベントが発生した場合は false。 イベント プロシージャでこの引数を true に設定した場合、ブックの編集は有効になりません。

属性

適用対象