<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.6.0-rc1.19456.4" />

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