Table of Contents

Interface IBusyViewModel

Namespace
Innova.Prism.Library.Views.Busy
Assembly
Innova.Prism.Library.dll

Represents a view model for managing busy state.

public interface IBusyViewModel

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.