Class BaseFrontPageViewModel
- Namespace
- Innova.Prism.Library.BaseViewModels
- Assembly
- Innova.Prism.Library.dll
public abstract class BaseFrontPageViewModel : BindableBase, INotifyPropertyChanged, INavigationAware, IRegionMemberLifetime
- Inheritance
-
BaseFrontPageViewModel
- Implements
-
INavigationAwareIRegionMemberLifetime
- Derived
Properties
- KeepAlive
Gets a value indicating whether this instance should be kept-alive upon deactivation.
Methods
- IsNavigationTarget(NavigationContext)
Called to determine if this instance can handle the navigation request.
- OnNavigatedFrom(NavigationContext)
Called when the implementer is being navigated away from.
- OnNavigatedTo(NavigationContext)
Called when the implementer has been navigated to.