Table of Contents

Class BaseViewModel

Namespace
Innova.Prism.Library.BaseViewModels
Assembly
Innova.Prism.Library.dll
public class BaseViewModel : BaseHeaderViewModel, INotifyPropertyChanged, INavigationAware, IRegionMemberLifetime
Inheritance
BaseViewModel
Implements
INavigationAware
IRegionMemberLifetime
Derived

Constructors

BaseViewModel(IEventAggregator)

Properties

EventAggregator
KeepAlive

Gets a value indicating whether this instance should be kept-alive upon deactivation.

Methods

CanKeepAlive()
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.

SetBusyText(string)