次の方法で共有


ApplicationEvents4_ProtectedViewWindowBeforeEditEventHandler 代理人

定義

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

public delegate void ApplicationEvents4_ProtectedViewWindowBeforeEditEventHandler(ProtectedViewWindow ^ PvWindow, [Runtime::InteropServices::Out] bool % Cancel);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void ApplicationEvents4_ProtectedViewWindowBeforeEditEventHandler(ProtectedViewWindow PvWindow, out bool Cancel);
type ApplicationEvents4_ProtectedViewWindowBeforeEditEventHandler = delegate of ProtectedViewWindow * bool -> unit
Public Delegate Sub ApplicationEvents4_ProtectedViewWindowBeforeEditEventHandler(PvWindow As ProtectedViewWindow, ByRef Cancel As Boolean)

パラメーター

PvWindow
ProtectedViewWindow

編集を有効にするドキュメントがある保護されたビュー ウィンドウです。

Cancel
Boolean

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

属性

適用対象