Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

class Newtonsoft.​Json.​Schema.​ValidationEventHandler

Assembly: Newtonsoft.Json

Inheritance: object → delegate → System.​MulticastDelegate → ValidationEventHandler

Implemented Interfaces

<para> Represents the callback method that will handle JSON schema validation events and the <see cref="T:Newtonsoft.Json.Schema.ValidationEventArgs" />. </para> <note type="caution"> JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details. </note>

Properties

public bool
HasSingleTarget
public object
Target

Methods

public void
Invoke​(object sender, ValidationEventArgs e)
BeginInvoke​(object sender, ValidationEventArgs e, System.​AsyncCallback callback, object object)
public void
EndInvoke​(System.​IAsyncResult result)
protected delegate
CombineImpl​(delegate follow)
public bool
Equals​(object obj)
public int
GetHashCode​()
public delegate[]
GetInvocationList​()
GetMethodImpl​()
protected delegate
RemoveImpl​(delegate value)
public object
Clone​()
Inherited from delegate
public object
DynamicInvoke​(object[] args)
Inherited from delegate
protected object
DynamicInvokeImpl​(object[] args)
Inherited from delegate
protected void
Finalize​()
Inherited from object
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object