System.Xml.Schema.ValidationEventHandler Delegate

Assembly: System.Xml.dll
Namespace: System.Xml.Schema
Summary
Represents the method that handles the ValidationEventArgs.
C# Syntax:
[Serializable]
public delegate void ValidationEventHandler(object sender, ValidationEventArgs e);
See also:
System.Xml.Schema Namespace

Hierarchy:

Top of page

Copyright (c) 2002 Microsoft Corporation. All rights reserved.