Click or drag to resize

ValidationEventHandler Delegate

Note: This API is now obsolete.

[Missing <summary> documentation for "T:Stimulsoft.Base.Json.Schema.ValidationEventHandler"]

Namespace:  Stimulsoft.Base.Json.Schema
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
[ObsoleteAttribute("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
)

Parameters

sender
Type: SystemObject
e
Type: Stimulsoft.Base.Json.SchemaValidationEventArgs
See Also