DragStartedEventHandler 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.
Représente la méthode qui gérera l’événement DragStarted d’un thumb.
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(320413549, 42577, 22640, 179, 161, 34, 21, 80, 0, 53, 18)]
public delegate void DragStartedEventHandler(object sender, DragStartedEventArgs e);
Public Delegate Sub DragStartedEventHandler(sender As Object, e As DragStartedEventArgs)
Paramètres
- sender
- Object
Objet où le gestionnaire d’événements est attaché.
Données d'événement.
- Attributs