ApplicationEvents4_XMLValidationErrorEventHandler Delegate
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.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Delegate Sub ApplicationEvents4_XMLValidationErrorEventHandler ( _
XMLNode As XMLNode _
)
'Usage
Dim instance As New ApplicationEvents4_XMLValidationErrorEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void ApplicationEvents4_XMLValidationErrorEventHandler(
XMLNode XMLNode
)
Parameters
- XMLNode
Type: Microsoft.Office.Interop.Word.XMLNode
XMLNode . The XML element that is invalid.