DocEvents_SelectionChangeEventHandler Délégué

Définition

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

S’applique à