This documentation is archived and is not being maintained.
ValidationEventArgs Class
.NET Framework 1.1
Returns detailed information related to the ValidationEventHandler.
For a list of all members of this type, see ValidationEventArgs Members.
System.Object
System.EventArgs
System.Xml.Schema.ValidationEventArgs
[Visual Basic] NotInheritable Public Class ValidationEventArgs Inherits EventArgs [C#] public sealed class ValidationEventArgs : EventArgs [C++] public __gc __sealed class ValidationEventArgs : public EventArgs [JScript] public class ValidationEventArgs extends EventArgs
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Example
For an example, see the add (string string) method for the XmlSchemaCollection class.
Requirements
Namespace: System.Xml.Schema
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Xml (in System.Xml.dll)
See Also
Show: