<PackageReference Include="System.Configuration.ConfigurationManager" Version="11.0.0-rc.1.26425.128" />

System.Configuration.ValidatorCallback

public sealed delegate ValidatorCallback : MulticastDelegate
Represents a method to be called after the validation of an object.
namespace System.Configuration { public delegate void ValidatorCallback (object value); }