PropertyEntry.OnPropertyChanged Method

Definition

Raises the PropertyChanged event.

Overloads

OnPropertyChanged(PropertyChangedEventArgs)

Raises the INotifyPropertyChanged PropertyChanged event.

protected virtual void OnPropertyChanged (System.ComponentModel.PropertyChangedEventArgs e);

Parameters

e
PropertyChangedEventArgs

The EventArgs for this event.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

OnPropertyChanged(String)

Raises the INotifyPropertyChanged event when the PropertyContainerEditMode hears that the PropertyValue has changed.

protected virtual void OnPropertyChanged (string propertyName);

Parameters

propertyName
String

The name of the property whose value has changed.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1