The following tables list the members exposed by ObservableObject.
Name | Description | |
---|---|---|
![]() | ThrowOnInvalidPropertyName | Determines whether to throw an exception (true) or use Debug.Fail() (false) when an invalid property name is passed to VerifyPropertyName. This is false by default but derived classes may set/override this property. |
Name | Description | |
---|---|---|
![]() | OnPropertyChanged | Raises the PropertyChanged event. |
![]() | VerifyPropertyName | Verifies that the object contains a property with the given name. This method does not exist in a release build. |
Name | Description | |
---|---|---|
![]() | PropertyChanged | Occurs when a property value changes. |