Event INotifyPropertyChanged.PropertyChanged
Occurs when a property value changes.
Implements
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
Namespace: Esri.ArcGISRuntime.UI
Assembly: Esri.ArcGISRuntime.dll
Syntax
event PropertyChangedEventHandler INotifyPropertyChanged.PropertyChanged
Returns
Type | Description |
---|---|
System.ComponentModel.PropertyChangedEventHandler |
Remarks
The PropertyChanged event can indicate all properties on the object have changed by using
either null
or System.String.Empty as the property name in the System.ComponentModel.PropertyChangedEventArgs.
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.9 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.2 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.9 - 200.5 |
Xamarin.Android | 100.14 |
Xamarin.iOS | 100.9 - 100.15 |
UWP | 100.9 - 200.5 |