ValidationEventHandler Delegate
Represents the callback method that will handle XML schema validation events and the ValidationEventArgs.
Namespace: System.Xml.Schema
Assembly: System.Xml (in System.Xml.dll)
Parameters
- sender
- Type: System.Object
The source of the event.
Note Determine the type of a sender before using it in your code. You cannot assume that the sender is an instance of a particular type. The sender is also not guaranteed to not be null. Always surround your casts with failure handling logic.
- e
- Type: System.Xml.Schema.ValidationEventArgs
The event data.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.