1 instantiation of SettingChangingEventArgs
System.Configuration.ConfigurationManager (1)
System\Configuration\ApplicationSettingsBase.cs (1)
406SettingChangingEventArgs e = new SettingChangingEventArgs(propertyName, this.GetType().FullName, SettingsKey, value, false);
4 references to SettingChangingEventArgs
System (1)
src\libraries\shims\System\ref\System.cs (1)
440[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.SettingChangingEventArgs))]
System.Configuration.ConfigurationManager (3)
System\Configuration\ApplicationSettingsBase.cs (2)
318protected virtual void OnSettingChanging(object sender, SettingChangingEventArgs e) 406SettingChangingEventArgs e = new SettingChangingEventArgs(propertyName, this.GetType().FullName, SettingsKey, value, false);
System\Configuration\SettingChangingEventHandler.cs (1)
9public delegate void SettingChangingEventHandler(object sender, SettingChangingEventArgs e);