XMLNodes.ValidationError Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.