<PackageReference Include="System.Configuration.ConfigurationManager" Version="7.0.0-preview.6.22324.4" />

InternalConfigEventArgs

public sealed class InternalConfigEventArgs : EventArgs
namespace System.Configuration.Internal { public sealed class InternalConfigEventArgs : EventArgs { public string ConfigPath { get; set; } public InternalConfigEventArgs(string configPath) { ConfigPath = configPath; } } }