Share via


ObservableObject Class

Definition

Observable object with INotifyPropertyChanged implemented using WeakEventManager

public abstract class ObservableObject : System.ComponentModel.INotifyPropertyChanged
Inheritance
System.Object
ObservableObject
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.

Applies to