<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.4.1" />

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; } } }