Click or drag to resize

ObservableObject methods

The ObservableObject Type exposes the following members.

Methods
 NameDescription of the
Protected MethodOnPropertyChanged Reports for the UI when a property has changed.
Public MethodRaisePropertyChanged(String) Triggers OnPropertyChanged.
Public MethodRaisePropertyChangedT(ExpressionFuncT) Triggers OnPropertyChanged.
Protected MethodVerifyCalledOnUIThread Checks whether a call is made from the correct thread (dispatcher).
Back to the top
See also