ApplicationEvents4_XMLValidationErrorEventHandler Délégué

Définition

Type De délégué utilisé pour ajouter un gestionnaire d’événements pour l’événement XMLValidationError . L’événement XMLValidationError se produit en cas d’erreur de validation dans le 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)

Paramètres

XMLNode
XMLNode

XMLNode. Élément XML non valide.

Attributs

S’applique à