Class BusyViewModel
public class BusyViewModel : BindableBase, INotifyPropertyChanged, IBusyViewModel
- Inheritance
-
BusyViewModel
- Implements
Constructors
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.