Shell.OnNavigated(ShellNavigatedEventArgs) Méthode
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.
Les développeurs peuvent substituer cette méthode pour personnaliser le comportement lors de la navigation.
protected virtual void OnNavigated (Xamarin.Forms.ShellNavigatedEventArgs args);
abstract member OnNavigated : Xamarin.Forms.ShellNavigatedEventArgs -> unit
override this.OnNavigated : Xamarin.Forms.ShellNavigatedEventArgs -> unit
Paramètres
Remarques
Les développeurs doivent appeler base.OnNavigated()
à la fin de leur méthode de substitution ou déclencher l’événement Navigated eux-mêmes.