NotifyPropertyChangedObject 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.
Abstract class implementing INotifyPropertyChanged support.
public abstract class NotifyPropertyChangedObject : System.ComponentModel.INotifyPropertyChanged
type NotifyPropertyChangedObject = class
interface INotifyPropertyChanged
Public MustInherit Class NotifyPropertyChangedObject
Implements INotifyPropertyChanged
- Inheritance
-
NotifyPropertyChangedObject
- Derived
- Implements
Constructors
| NotifyPropertyChangedObject() |
Methods
| RaiseNotifyPropertyChangedEvent(String) |
Raises the PropertyChanged event. |
| SetProperty<T>(T, T, String) |
Sets the value of a property's backing field and raises PropertyChanged. If the value of This method should be called from inside a property setter. |
Events
| PropertyChanged | Occurs when a property value changes. |