ApplicationEvents4_WindowBeforeRightClickEventHandler Délégué
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Type délégué utilisé pour ajouter un gestionnaire d’événements pour l' WindowBeforeRightClick événement. L’événement WindowBeforeRightClick se produit lorsque l’utilisateur clique avec le bouton droit sur la zone d’édition d’une fenêtre de document avant le 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