XMLNodes.ValidationError Event (2007 System)

Occurs when there is a validation error in the XMLNodes control.

Namespace:  Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)

Syntax

'Declaration
Public Event ValidationError As EventHandler
'Usage
Dim instance As XMLNodes 
Dim handler As EventHandler 

AddHandler instance.ValidationError, handler
public event EventHandler ValidationError
public:
 event EventHandler^ ValidationError {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
JScript does not support events.

Remarks

If the Validate document against attached schema option is set, this event is raised for every invalid element in the collection.

.NET Framework Security

See Also

Reference

XMLNodes Class

XMLNodes Members

Microsoft.Office.Tools.Word Namespace