![]() | Observable |
The ObservableObject Type exposes the following members.
Name | Description of the | |
---|---|---|
![]() | ObservableObject | Standard constructor - determines the dispatcher. |
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). |
Name | Description of the | |
---|---|---|
![]() | PropertyChanged | The PropertyChanged event for the UI. |
Name | Description of the | |
---|---|---|
![]() | Dispatcher | The dispatcher of the UI. |