Table of Contents

Method IsNavigationTarget

Namespace
Innova.Prism.Library.BaseViewModels
Assembly
Innova.Prism.Library.dll

IsNavigationTarget(NavigationContext)

Called to determine if this instance can handle the navigation request.

public bool IsNavigationTarget(NavigationContext navigationContext)

Parameters

navigationContext NavigationContext

The navigation context.

Returns

bool

true if this instance accepts the navigation request; otherwise, false.