PaginateEventHandler 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 PaginateEventHandler(Platform::Object ^ sender, PaginateEventArgs ^ e);
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(3264317292, 13370, 23451, 163, 108, 132, 21, 186, 76, 217, 221)]
public delegate void PaginateEventHandler(object sender, PaginateEventArgs e);
Public Delegate Sub PaginateEventHandler(sender As Object, e As PaginateEventArgs)
Paramètres
- sender
-
Object
Platform::Object
Objet dans lequel le gestionnaire est attaché.
Données d'événement de l'événement.
- Attributs