Class NaluShellNavigatingEventArgs
- Namespace
- Nalu
- Assembly
- Nalu.Maui.Navigation.dll
Exposes the navigation which is about to happen and gives the ability to cancel it.
public class NaluShellNavigatingEventArgs
- Inheritance
-
NaluShellNavigatingEventArgs
- Inherited Members
Properties
Navigation
The navigation which is about to happen.
public required INavigationInfo Navigation { get; init; }
Property Value
Methods
Cancel()
Cancels the navigation.
public void Cancel()