Interface IBusyViewModel
- Namespace
- Innova.Prism.Infrastructure.Interfaces
- Assembly
- Innova.Prism.Infrastructure.dll
Represents a view model that supports busy state.
public interface IBusyViewModel
Properties
- BusyStatus
Gets or sets the busy status message.
- IsBusy
Gets or sets a value indicating whether the view model is busy.