Represents the callback method that will handle JSON schema validation events and the ValidationEventArgs.
| 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 )
- sender (Object)