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
 - 
      objectNavigationAwareViewModel<TState>
 
- Implements
 - 
      
      INavigationAwareViewModel<TState>
 
- Derived