ValidatorCallback public sealed delegate ValidatorCallback : MulticastDelegate Represents a method to be called after the validation of an object. Documentation Code public ValidatorCallback(object object, IntPtr method) public virtual IAsyncResult BeginInvoke(object value, AsyncCallback callback, object object) public virtual void EndInvoke(IAsyncResult result) public virtual void Invoke(object value)