System.Configuration.ApplicationSettingsBase.PropertyChanged Event

Occurs after the value of an application settings property is changed.

Syntax

public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged

Remarks

The ApplicationSettingsBase.PropertyChanged event is raised when a settings property is changed through the set accessor of the ApplicationSettingsBase.Item(string) method, or for every property that is restored when a call is made to the ApplicationSettingsBase.Reload or ApplicationSettingsBase.Reset methods.

There is no corresponding PropertyChanging event for this class; instead, see the ApplicationSettingsBase.SettingChanging event.

Requirements

Namespace: System.Configuration
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0