Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
ObservableObject Class Members
The following tables list the members exposed by ObservableObject.
Protected Methods
| Name | Description |
| Destroy | When implemented in a derived class, performs any cleanup operations necessary in order to release memory previously used by this object. |
| OnPropertyChanged | Raises the PropertyChanged event. |
Public Events
| Name | Description |
| PropertyChanged | Occurs when the value of a property of this object changes. |
See Also