Interface IDisappearingAware
- Namespace
 - Nalu
 
- Assembly
 - Nalu.Maui.Navigation.dll
 
INavigationService will invoke OnDisappearingAsync() method when the page is disappearing due to another page being pushed onto the navigation stack.
public interface IDisappearingAware
  Methods
OnDisappearingAsync()
Invoked when the page is disappearing due to another page being pushed onto the navigation stack.
ValueTask OnDisappearingAsync()