[]
Notify changed abstract
public abstract class NotifyPropertyChanged : INotifyPropertyChanged
| Name | Description |
|---|---|
| NotifyPropertyChanged() |
| Name | Description |
|---|---|
| OnPropertyChanged(PropertyChangedEventArgs) | Raises the custom PropertyChanged event. |
| OnPropertyChanged(string) | Raises the PropertyChanged event. |
| OnValueChanged(ValueChangedEventArgs) | Raises the ValueChanged event. |
| SetField<T>(ref T, T, string) | Compares two values of property and raises an PropertyChanged event if they are different. |
| Name | Description |
|---|---|
| PropertyChanged | Occurs when a property value changes. |
| ValueChanged | Occurs when a value of current Filter changes. |