Method OnPropertyChanged
OnPropertyChanged(String)
Raises a PropertyChanged event.
Declaration
protected virtual void OnPropertyChanged(string propertyName)
Parameters
| Type |
Name |
Description |
| String |
propertyName |
|
Applies to
Platforms and versions
| Target | Versions |
| .NET Standard 2.0 | 100.13 |
| Xamarin.Android | 100.13 |
| UWP | 100.13 - 100.15 |
OnPropertyChanged(PropertyChangedEventArgs)
Raises a PropertyChanged event (per ).
Declaration
protected virtual void OnPropertyChanged(PropertyChangedEventArgs e)
Parameters
| Type |
Name |
Description |
| PropertyChangedEventArgs |
e |
The event data that describes the property that changed.
|
Applies to