[]
Represents base INotifyPropertyChanged class.
public abstract class BaseNotifyPropertyChanged : INotifyPropertyChanged
| Name | Description |
|---|---|
| BaseNotifyPropertyChanged() |
| Name | Description |
|---|---|
| OnPropertyChanged(PropertyChangedEventArgs) | Fires the PropertyChanged event. |
| OnPropertyChanged(string) | Fires the PropertyChanged event. |
| SetProperty<T>(ref T, T, string) | Sets property. |
| Name | Description |
|---|---|
| PropertyChanged | Occurs when a property value changes. |