ParseErrorEventHandler public sealed delegate ParseErrorEventHandler : MulticastDelegate Definition for an method that handles parse error events. Documentation Code public ParseErrorEventHandler(object object, IntPtr method) public virtual IAsyncResult BeginInvoke(object sender, ParseErrorEventArgs e, AsyncCallback callback, object object) public virtual void EndInvoke(IAsyncResult result) public virtual void Invoke(object sender, ParseErrorEventArgs e)