Json.NET - Quick Starts & API Documentation
ValidationEventHandler Delegate
Namespaces ► Newtonsoft.Json.Schema ► ValidationEventHandler
Represents the callback method that will handle JSON schema validation events and the ValidationEventArgs.
Declaration Syntax
C# | Visual Basic | Visual 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
- sender (Object)