Class BindableBase
- Namespace
- H.Mvvm.ViewModels.Base
- Assembly
- H.Mvvm.dll
public abstract class BindableBase : INotifyPropertyChanged
- Inheritance
-
BindableBase
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
BindableBase()
public BindableBase()
Methods
Init()
protected virtual void Init()
RaisePropertyChanged(string)
public virtual void RaisePropertyChanged(string propertyName = "")
Parameters
propertyName
string
Events
PropertyChanged
Occurs when a property value changes.
public event PropertyChangedEventHandler PropertyChanged