Json.NET - Quick Starts & API Documentation
ValidationEventHandler Delegate
NamespacesNewtonsoft.Json.SchemaValidationEventHandler
Represents the callback method that will handle JSON schema validation events and the ValidationEventArgs.
Declaration Syntax
C#Visual BasicVisual C++
public delegate void ValidationEventHandler(
	Object sender,
	ValidationEventArgs e
)
Public Delegate Sub ValidationEventHandler ( _
	sender As Object, _
	e As ValidationEventArgs _
)
public delegate void ValidationEventHandler(
	Object^ sender, 
	ValidationEventArgs^ e
)
Parameters

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.5.14908)