Table of Contents

Interface ILeavingAware

Namespace
Nalu
Assembly
Nalu.Maui.Navigation.dll

INavigationService will invoke OnLeavingAsync() method when the page is about to being removed from the navigation stack.

public interface ILeavingAware

Methods

OnLeavingAsync()

Invoked when the page is about to being removed from the navigation stack.

ValueTask OnLeavingAsync()

Returns

ValueTask