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

System.Configuration.Internal.InternalConfigEventArgs

public sealed class InternalConfigEventArgs : EventArgs
Defines a class that allows the .NET infrastructure to specify event arguments for configuration events.
namespace System.Configuration.Internal { public sealed class InternalConfigEventArgs : EventArgs { public string ConfigPath { get; set; } public InternalConfigEventArgs(string configPath); } }