DragCompletedEventHandler 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 DragCompleted d’un thumb.
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(2725253835, 37439, 22930, 173, 226, 135, 143, 124, 121, 78, 245)]
public delegate void DragCompletedEventHandler(object sender, DragCompletedEventArgs e);
Public Delegate Sub DragCompletedEventHandler(sender As Object, e As DragCompletedEventArgs)
Paramètres
- sender
- Object
Objet où le gestionnaire d’événements est attaché.
Données d'événement.
- Attributs