DocEvents_SelectionChangeEventHandler 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 Delegate utilisé pour ajouter un handler d’événement pour SelectionChange l’événement. L’événement SelectionChange se produit lorsque la sélection change dans une feuille de calcul.
public delegate void DocEvents_SelectionChangeEventHandler(Range ^ Target);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void DocEvents_SelectionChangeEventHandler(Range Target);
Public Delegate Sub DocEvents_SelectionChangeEventHandler(Target As Range)
Paramètres
- Target
- Range
Nouvelle plage sélectionnée.
- Attributs