Table of Contents

Delegate ValidationEventHandler

Namespace
Newtonsoft.Json.Schema
Assembly
Newtonsoft.Json.dll
[Obsolete("JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.")]
public delegate void ValidationEventHandler(object sender, ValidationEventArgs e)

Parameters

sender object
e ValidationEventArgs
Extension Methods

Constructors

ValidationEventHandler(object, IntPtr)

public ValidationEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(object, ValidationEventArgs, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(object sender, ValidationEventArgs e, AsyncCallback callback, object @object)

Parameters

sender object
e ValidationEventArgs
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(object, ValidationEventArgs)

public virtual void Invoke(object sender, ValidationEventArgs e)

Parameters

sender object
e ValidationEventArgs