6 references to ValidationEventArgs
System.Xml (6)
System\Xml\Schema\BaseValidator.cs (1)
245
eventhandler(sender, new
ValidationEventArgs
(e));
System\Xml\Schema\SchemaInfo.cs (1)
288
eventhandler(this, new
ValidationEventArgs
(new XmlSchemaException(Res.Sch_MixSchemaTypes, string.Empty)));
System\Xml\Schema\XdrValidator.cs (2)
496
eventhandler(sender, new
ValidationEventArgs
(e));
513
eventhandler(sender, new
ValidationEventArgs
(e));
System\Xml\Schema\XmlSchema.cs (1)
112
validationEventHandler(null, new
ValidationEventArgs
(e));
System\Xml\Schema\XmlSchemaCollection.cs (1)
352
validationEventHandler(this, new
ValidationEventArgs
(e));