Show / Hide Table of Contents

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
TargetVersions
.NET Standard 2.0100.13
Xamarin.Android100.13
UWP100.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

Platforms and versions
TargetVersions
UWP100.15
In This Article
Back to top Copyright © 2022 Esri.