Event INotifyPropertyChanged.PropertyChanged
Occurs when a property value changes.
Implements
Namespace: Esri.ArcGISRuntime.UI.Controls
Assembly: Esri.ArcGISRuntime.WPF.dll
Syntax
event PropertyChangedEventHandler INotifyPropertyChanged.PropertyChanged
Returns
Type | Description |
---|---|
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 6.0 Windows | 100.13 - 100.15 |