ValidationEventHandler Delegate |
Note: This API is now obsolete.
Represents the callback method that will handle JSON schema validation events and the ValidationEventArgs.
Caution |
---|
JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details. |
Namespace: Newtonsoft.Json.Schema
[ObsoleteAttribute("JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.")] public delegate void ValidationEventHandler( Object sender, ValidationEventArgs e )