Class NotifyPropertyChangedBase
public abstract class NotifyPropertyChangedBase : INotifyPropertyChanged
- Inheritance
-
NotifyPropertyChangedBase
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
NotifyPropertyChangedBase()
public NotifyPropertyChangedBase()
Methods
DispatcherRaisePropertyChanged(string)
public virtual void DispatcherRaisePropertyChanged(string propertyName = "")
Parameters
propertyName
string
Init()
protected virtual void Init()
OnDispatcherPropertyChanged()
protected virtual void OnDispatcherPropertyChanged()
RaisePropertyChanged(string)
public virtual void RaisePropertyChanged(string propertyName = "")
Parameters
propertyName
string
Events
PropertyChanged
Occurs when a property value changes.
public event PropertyChangedEventHandler PropertyChanged