Constructor BusyChangedEvent
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.
Declaration
public BusyChangedEvent(IDialogViewModel? DialogViewModel, bool IsBusy)
Parameters
| Type | Name | Description |
|---|---|---|
| IDialogViewModel | DialogViewModel | |
| bool | IsBusy |