Interface ILeavingGuard
- Namespace
 - Nalu
 
- Assembly
 - Nalu.Maui.Navigation.dll
 
INavigationService will invoke CanLeaveAsync() method when the page is requested to be removed from the navigation stack.
public interface ILeavingGuard
  Methods
CanLeaveAsync()
Invoked when the page is requested to be removed from the navigation stack.
ValueTask<bool> CanLeaveAsync()