
Raises the XmlNotWellFormed event.
[C#]
protected virtual void OnXmlNotWellFormed(XmlErrorEventArgs e);
[Visual Basic]
Protected Overridable Sub OnXmlNotWellFormed(ByVal e As XmlErrorEventArgs)
| Parameter | Description | |
| e | Specifies an XmlErrorEventArgs object that contains the event data. |