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 ,该过程完成时不会出现默认右键单击操作。

属性

适用于