Share via


ApplicationEvents4_WindowBeforeRightClickEventHandler 代理人

定義

イベントのイベント ハンドラー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 に設定] の手順を完了したら既定を右クリックのアクションはされません。

属性

適用対象