Share via


Shell.OnNavigating(ShellNavigatingEventArgs) Méthode

Définition

Les développeurs peuvent substituer cette méthode pour personnaliser le comportement avant la navigation.

protected virtual void OnNavigating (Xamarin.Forms.ShellNavigatingEventArgs args);
abstract member OnNavigating : Xamarin.Forms.ShellNavigatingEventArgs -> unit
override this.OnNavigating : Xamarin.Forms.ShellNavigatingEventArgs -> unit

Paramètres

Remarques

Les développeurs doivent appeler base.OnNavigating() à la fin de leur méthode de substitution ou déclencher l’événement Navigating eux-mêmes.

S’applique à