ApplicationEvents2_WindowBeforeRightClickEventHandler Delegado

Definición

Este controlador de eventos se incluye únicamente para la compatibilidad con versiones anteriores. Se recomienda usar la última versión de este controlador de eventos con el mismo nombre.

public delegate void ApplicationEvents2_WindowBeforeRightClickEventHandler(Selection ^ Sel, bool % Cancel);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void ApplicationEvents2_WindowBeforeRightClickEventHandler(Selection Sel, ref bool Cancel);
type ApplicationEvents2_WindowBeforeRightClickEventHandler = delegate of Selection * bool -> unit
Public Delegate Sub ApplicationEvents2_WindowBeforeRightClickEventHandler(Sel As Selection, ByRef Cancel As Boolean)

Parámetros

Sel
Selection

Este parámetro de eventos se incluye únicamente para la compatibilidad con versiones anteriores.

Cancel
Boolean

Este parámetro de eventos se incluye únicamente para la compatibilidad con versiones anteriores.

Atributos

Se aplica a