1 instantiation of SettingChangingEventArgs
System.Configuration.ConfigurationManager (1)
System\Configuration\ApplicationSettingsBase.cs (1)
406
SettingChangingEventArgs 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)
318
protected virtual void OnSettingChanging(object sender,
SettingChangingEventArgs
e)
406
SettingChangingEventArgs
e = new SettingChangingEventArgs(propertyName, this.GetType().FullName, SettingsKey, value, false);
System\Configuration\SettingChangingEventHandler.cs (1)
9
public delegate void SettingChangingEventHandler(object sender,
SettingChangingEventArgs
e);