ValidationEventHandler
Represents the callback method that will handle JSON schema validation events and the ValidationEventArgs.
namespace Newtonsoft.Json.Schema
{
public delegate void ValidationEventHandler (object sender, ValidationEventArgs e);
}