ApplicationEvents4_XMLValidationErrorEventHandler Delegado

Definición

Tipo de delegado que se usa para agregar un controlador de eventos para el XMLValidationError evento. El evento XMLValidationError se produce cuando hay un error de validación en el documento.

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)

Parámetros

XMLNode
XMLNode

XMLNode. El elemento XML que no es válido.

Atributos

Se aplica a