Delegate ValidationEventHandler
- Namespace
- Newtonsoft.Json.Schema
- Assembly
- Newtonsoft.Json.dll
Represents the callback method that will handle JSON schema validation events and the ValidationEventArgs.
public delegate void ValidationEventHandler(object sender, ValidationEventArgs e)
Parameters
senderobjecteValidationEventArgs
Constructors
ValidationEventHandler(object, nint)
public ValidationEventHandler(object @object, nint method)
Parameters
Methods
BeginInvoke(object, ValidationEventArgs, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(object sender, ValidationEventArgs e, AsyncCallback callback, object @object)
Parameters
senderobjecteValidationEventArgscallbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Invoke(object, ValidationEventArgs)
public virtual void Invoke(object sender, ValidationEventArgs e)
Parameters
senderobjecteValidationEventArgs