ApplicationEvents4_WindowBeforeRightClickEventHandler 代理人
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
イベントのイベント ハンドラーWindowBeforeRightClickを追加するために使用されるデリゲート型。 WindowBeforeRightClick イベントは、既定の右クリック アクションの前に、ドキュメント ウィンドウの編集領域を右クリックしたときに発生します。
public delegate void ApplicationEvents4_WindowBeforeRightClickEventHandler(Selection ^ Sel, [Runtime::InteropServices::Out] bool % Cancel);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void ApplicationEvents4_WindowBeforeRightClickEventHandler(Selection Sel, out bool Cancel);
type ApplicationEvents4_WindowBeforeRightClickEventHandler = delegate of Selection * bool -> unit
Public Delegate Sub ApplicationEvents4_WindowBeforeRightClickEventHandler(Sel As Selection, ByRef Cancel As Boolean)
パラメーター
- Sel
- Selection
現在の選択範囲
- Cancel
- Boolean
False イベントが発生します。 イベント プロシージャでは、この引数が True に設定] の手順を完了したら既定を右クリックのアクションはされません。
- 属性