Name

XmlAttributeEventHandler — System.Xml.Serialization (system.xml.dll) serializable delegate 

Synopsis

public delegate void XmlAttributeEventHandler( object sender, XmlAttributeEventArgs e);

This declared delegate type is used to receive event notifications from the XmlSerializer instance when an unknown attribute is encountered. The XmlSerializer.UnknownAttribute event is fired after the XmlSerializer.UnknownNode event. If no XmlAttributeEventHandler is assigned, any unknown attributes will be ignored.

Get .NET & XML now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.