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