Table of Contents

Interface INavigationAware

Namespace
Wpf.Ui.Abstractions.Controls
Assembly
Wpf.Ui.Abstractions.dll

Notifies class about being navigated.

public interface INavigationAware

Methods

OnNavigatedFromAsync()

Asynchronously handles the event that is fired before the component is navigated from.

Task OnNavigatedFromAsync()

Returns

Task

A task that represents the asynchronous operation.

OnNavigatedToAsync()

Asynchronously handles the event that is fired after the component is navigated to.

Task OnNavigatedToAsync()

Returns

Task

A task that represents the asynchronous operation.