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