ApplicationEvents4_WindowBeforeRightClickEventHandler Délégué

Définition

Type De délégué utilisé pour ajouter un gestionnaire d’événements pour l’événement WindowBeforeRightClick . L’événement WindowBeforeRightClick se produit lorsque la zone d’édition d’une fenêtre de document fait l’objet d’un clic droit, avant l’action de clic droit par défaut.

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)

Paramètres

Sel
Selection

La sélection active.

Cancel
Boolean

False lorsque l'événement se produit. Si la procédure événementielle affecte la valeur true, le clic droit par défaut ne se produit pas lorsque la procédure est terminée.

Attributs

S’applique à