Click or drag to resize
Json.NET Schema

SchemaValidationEventHandler Delegate

 
Represents the callback method that will handle JSON schema validation events and the SchemaValidationEventArgs.

Namespace:  Newtonsoft.Json.Schema
Assembly:  Newtonsoft.Json.Schema (in Newtonsoft.Json.Schema.dll) Version: 3.0.6
Syntax
C#
public delegate void SchemaValidationEventHandler(
	Object sender,
	SchemaValidationEventArgs e
)

Parameters

sender
Type: SystemObject
e
Type: Newtonsoft.Json.SchemaSchemaValidationEventArgs
See Also