<PackageReference Include="System.Configuration.ConfigurationManager" Version="9.0.0-rc.1.24431.7" />

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