The following tables list the members exposed by BusyWatcher.
Name | Description | |
---|---|---|
![]() | BusyWatcher Constructor |
Name | Description | |
---|---|---|
![]() | IsBusy | Returns true if the state of the BusyWatcher is currently busy. This property can be directly bound to a busy indicator control in XAML. |
Name | Description | |
---|---|---|
![]() | AddWatch | Increments the internal busy counter. |
![]() | GetTicket | Returns a disposable ticket to manage busy state around a using() scope. |
![]() | NotifyOfPropertyChange | Overloaded. (Inherited from Caliburn.Micro.PropertyChangedBase) |
![]() | OnDeserialized | (Inherited from Caliburn.Micro.PropertyChangedBase) |
![]() | Refresh | (Inherited from Caliburn.Micro.PropertyChangedBase) |
![]() | RemoveWatch | Decrements the internal busy counter. |
![]() | ShouldSerializeIsNotifying | (Inherited from Caliburn.Micro.PropertyChangedBase) |
Name | Description | |
---|---|---|
![]() | PropertyChanged | (Inherited from Caliburn.Micro.PropertyChangedBase) |