Skip to Content
.NET & XML
book

.NET & XML

by Niel M. Bornstein
November 2003
Intermediate to advanced
476 pages
14h 38m
English
O'Reilly Media, Inc.
Content preview from .NET & XML

Name

ValidationEventHandler — System.Xml.Schema (system.xml.dll) serializable delegate 

Synopsis

public delegate void ValidationEventHandler( object sender, ValidationEventArgs e);

This declared delegate type is used to receive event notifications from the XmlSchema instance of XML Schema validation errors as they occur. A delegate of this type may be called for errors in reading an XML Schema document into an XmlSchema instance using XmlSchema’s Read( ) method as well as when calling XmlSchema’s Compile( ) method on an instance in memory. This delegate may also be called to handle validation of an XML document instance, when System.Xml.XmlValidatingReader’s System.Xml.XmlValidatingReader.ValidationEventHandler event is set to a method of type ValidationEventHandler.

Associated Events

System.Xml.XmlValidatingReader.ValidationEventHandler( )

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Applied XML Programming for Microsoft® .NET

Applied XML Programming for Microsoft® .NET

Dino Esposito
XML Hacks

XML Hacks

Michael Fitzgerald

Publisher Resources

ISBN: 0596003978Supplemental ContentErrata