XMLNodes.ValidationError Event

Definition

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

public:
 event EventHandler ^ ValidationError;
event EventHandler ValidationError;
member this.ValidationError : EventHandler 
Event ValidationError As EventHandler 

Event Type

Remarks

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

Applies to