Class BusyChangedEvent
The busy state of a task runner changed. DialogViewModel identifies the dialog whose task runner changed, or null for the navigator's root task runner.
Namespace: Singulink.UI.Navigation.Testing
Assembly: Singulink.UI.Navigation.Testing.dll
Syntax
public sealed record BusyChangedEvent : NavigatorEvent, IEquatable<NavigatorEvent>, IEquatable<BusyChangedEvent>
Constructors
| Name | Description |
|---|---|
| BusyChangedEvent(IDialogViewModel?, bool) | The busy state of a task runner changed. DialogViewModel identifies the dialog whose task runner changed, or null for the navigator's root task runner. |
Properties
| Name | Description |
|---|---|
| DialogViewModel | |
| IsBusy |