Table of Contents

Class BusyViewModel

Namespace
Innova.Prism.Library.Views.Busy
Assembly
Innova.Prism.Library.dll
public class BusyViewModel : BindableBase, INotifyPropertyChanged, IBusyViewModel
Inheritance
BusyViewModel
Implements

Constructors

BusyViewModel(IEventAggregator)

Properties

IsBusy

Gets or sets a value indicating whether the view model is busy.

Progress

Gets or sets the progress value of the view model.

StatusText

Gets or sets the status text of the view model.

Methods

OnBusyChanged(ProgressInfo)

Called when the busy state changes.