//------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. All rights reserved. // // priyal //------------------------------------------------------------------------------ namespace System.Xml.Schema { /// /// /// public delegate void ValidationEventHandler( object sender, ValidationEventArgs e ); }