ObservableObject Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Observable object with INotifyPropertyChanged implemented using WeakEventManager
public abstract class ObservableObject : System.ComponentModel.INotifyPropertyChanged
- Inheritance
-
System.ObjectObservableObject
- Derived
- Implements
-
System.ComponentModel.INotifyPropertyChanged
Constructors
ObservableObject() |
Methods
OnPropertyChanged(String) |
Raises the property changed event. |
SetProperty<T>(T, T, String, Action, Action, Func<T,T,Boolean>) |
Sets the property. |
Events
PropertyChanged |
Occurs when property changed. |