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.