NavigatedEventHandler 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 NavigatedEventHandler(Platform::Object ^ sender, NavigationEventArgs ^ e);
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(2251404567, 28046, 22766, 130, 254, 212, 3, 77, 27, 215, 193)]
public delegate void NavigatedEventHandler(object sender, NavigationEventArgs e);
Public Delegate Sub NavigatedEventHandler(sender As Object, e As NavigationEventArgs)
Paramètres
- sender
-
Object
Platform::Object
Objet dans lequel le gestionnaire est attaché.
Données d'événement de l'événement.
- Attributs