<PackageReference Include="newtonsoft.json" Version="4.0.1" />

ValidationEventHandler

public sealed delegate ValidationEventHandler : MulticastDelegate
Represents the callback method that will handle JSON schema validation events and the ValidationEventArgs.
public ValidationEventHandler(object object, IntPtr method)

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

public virtual void EndInvoke(IAsyncResult result)

public virtual void Invoke(object sender, ValidationEventArgs e)