Observable |
The ObservableObject Type exposes the following members.
| Name | Description of the | |
|---|---|---|
| OnPropertyChanged | Reports for the UI when a property has changed. | |
| RaisePropertyChanged(String) | Triggers OnPropertyChanged. | |
| RaisePropertyChangedT(ExpressionFuncT) | Triggers OnPropertyChanged. | |
| VerifyCalledOnUIThread | Checks whether a call is made from the correct thread (dispatcher). |