ApplicationEvents4_XMLValidationErrorEventHandler Delegate

Definition

A Delegate type used to add an event handler for the XMLValidationError event. The XMLValidationError event occurs when there is a validation error in the document.

public delegate void ApplicationEvents4_XMLValidationErrorEventHandler(XMLNode ^ XMLNode);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void ApplicationEvents4_XMLValidationErrorEventHandler(XMLNode XMLNode);
type ApplicationEvents4_XMLValidationErrorEventHandler = delegate of XMLNode -> unit
Public Delegate Sub ApplicationEvents4_XMLValidationErrorEventHandler(XMLNode As XMLNode)

Parameters

XMLNode
XMLNode

XMLNode. The XML element that is invalid.

Attributes

Applies to