Show / Hide Table of Contents

Event INotifyPropertyChanged.PropertyChanged

Occurs when a property value changes.

Implements
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
Namespace: Esri.ArcGISRuntime.UI.Controls
Assembly: Esri.ArcGISRuntime.WPF.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

TargetVersions
.NET Windows100.13 - 200.8
In This Article
Back to top Copyright © 2022 Esri.