ApplicationSettingsBase.PropertyChanged Event

Definition

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