using System; namespace DPumpHydr.WinFrmUI.WenSkin.Json.Schema { /// /// /// Represents the callback method that will handle JSON schema validation events and the . /// /// /// JSON Schema validation has been moved to its own package. See http://www.newtonsoft.com/jsonschema for more details. /// /// [Obsolete("JSON Schema validation has been moved to its own package. See http://www.newtonsoft.com/jsonschema for more details.")] public delegate void ValidationEventHandler(object sender, ValidationEventArgs e); }