Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ApplicationSettingsBase.PropertyChanged Event

Definition

Namespace:
System.Configuration
Assembly:
System.Configuration.ConfigurationManager.dll
Assembly:
System.dll
Package:
System.Configuration.ConfigurationManager v11.0.0-preview.5.26302.115
Source:
ApplicationSettingsBase.cs
Source:
ApplicationSettingsBase.cs
Source:
ApplicationSettingsBase.cs
Source:
ApplicationSettingsBase.cs
Source:
ApplicationSettingsBase.cs
Source:
ApplicationSettingsBase.cs
Source:
ApplicationSettingsBase.cs
Source:
ApplicationSettingsBase.cs
Source:
ApplicationSettingsBase.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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

public:
 virtual event System::ComponentModel::PropertyChangedEventHandler ^ PropertyChanged;
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
member this.PropertyChanged : System.ComponentModel.PropertyChangedEventHandler 
Public Custom Event PropertyChanged As PropertyChangedEventHandler 

Event Type

Implements

Remarks

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

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

Applies to

See also


Feedback

Was this page helpful?