ApplicationEvents4_ProtectedViewWindowBeforeEditEventHandler 代理人
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
イベントのイベント ハンドラー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 に設定した場合、ドキュメントで編集は有効になりません。
- 属性