[]
Abstract base class for classes which fire an event when a property changes.
public abstract class NotifyObject
protected NotifyObject()
Fires the PropertyChanged event.
protected void OnPropertyChanged(string propertyName)
propertyName
stringThe name of the changed property.
Occurs when a property value changes.
public event PropertyChangedEventHandler PropertyChanged