Class BindableBase
public abstract class BindableBase : INotifyPropertyChanged
- Inheritance
-
BindableBase
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
BindableBase()
public BindableBase()
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