ApplicationEvents4_XMLValidationErrorEventHandler Delegat

Definition

Ein Delegattyp , der zum Hinzufügen eines Ereignishandlers für das XMLValidationError Ereignis verwendet wird. Das XMLValidationError-Ereignis tritt auf, wenn ein Überprüfungsfehler im Dokument vorliegt.

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)

Parameter

XMLNode
XMLNode

XMLNode. Das ungültige XML-Element.

Attribute

Gilt für: