Class AppSettingsViewModel
- Namespace
- Innova.Prism.Library.Views.Administration
- Assembly
- Innova.Prism.Library.dll
public class AppSettingsViewModel : BindableBase, INotifyPropertyChanged, INavigationAware, IRegionMemberLifetime
- Inheritance
-
AppSettingsViewModel
- Implements
-
INavigationAwareIRegionMemberLifetime
Constructors
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.