3 references to SettingChangingEventHandler
System (1)
src\libraries\shims\System\ref\System.cs (1)
441[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.SettingChangingEventHandler))]
System.Configuration.ConfigurationManager (2)
System\Configuration\ApplicationSettingsBase.cs (2)
24private SettingChangingEventHandler _onSettingChanging; 235public event SettingChangingEventHandler SettingChanging