Class BusyContextModel
A class that represents a model for updating the UI when it is busy.
Implements
Inherited Members
Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class BusyContextModel : BindableBase, INotifyPropertyChanged
Properties
View SourceBusyContext
Gets or sets the message for when the UI is busy.
Declaration
public string BusyContext { get; set; }
Property Value
Type | Description |
---|---|
string |
IsBusy
Gets a value indicating whether the UI is busy.
Declaration
public bool IsBusy { get; }
Property Value
Type | Description |
---|---|
bool |
Methods
View SourceSubscribeToEvents(IEventAggregator)
Subscribes to events in order to keep UI context data up to date.
Declaration
public void SubscribeToEvents(IEventAggregator eventAggregator)
Parameters
Type | Name | Description |
---|---|---|
IEventAggregator | eventAggregator | The event aggregator to use. |