ScrollEventHandler 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.
public delegate void ScrollEventHandler(Platform::Object ^ sender, ScrollEventArgs ^ e);
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(4284881833, 35846, 22405, 162, 60, 48, 214, 179, 22, 49, 232)]
public delegate void ScrollEventHandler(object sender, ScrollEventArgs e);
Public Delegate Sub ScrollEventHandler(sender As Object, e As ScrollEventArgs)
Paramètres
- sender
-
Object
Platform::Object
Source de l'événement.
ScrollEventArgs qui contient les données d’événement.
- Attributs