<PackageReference Include="System.Configuration.ConfigurationManager" Version="8.0.0-preview.7.23375.6" />

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