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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.