Table of Contents

Interface IEnteringAware

Namespace
Nalu
Assembly
Nalu.Maui.Navigation.dll

INavigationService will invoke OnEnteringAsync() method when the page is being pushed onto the navigation stack and no navigation intent has been provided.

public interface IEnteringAware

Remarks

It's not recommended to implement long operations in this method. The user perceives the navigation as slow if the page takes a long time to appear.

Methods

OnEnteringAsync()

Invoked when the page is appearing without a navigation intent.

ValueTask OnEnteringAsync()

Returns

ValueTask