<PackageReference Include="System.Configuration.ConfigurationManager" Version="5.0.0-preview.3.20214.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); }