Table of Contents

Class NavigationAwareViewModel<TState>

Namespace
Innova.Prism.Library.BaseViewModels
Assembly
Innova.Prism.Library.dll
public abstract class NavigationAwareViewModel<TState> : BindableBase, INotifyPropertyChanged, INavigationAwareViewModel<TState> where TState : NavigationState

Type Parameters

TState
Inheritance
NavigationAwareViewModel<TState>
Implements
Derived

Properties

ParentNavigationState
PreviousNavigationState
ViewState

Methods

LeavingView()
NavigationStateChanged()
OnNavigatedFrom(NavigationParameters)
OnNavigatedTo(NavigationParameters)