System.Xml.Serialization.XmlAttributeEventHandler public sealed delegate XmlAttributeEventHandler : MulticastDelegate Documentation Code namespace System.Xml.Serialization { public delegate void XmlAttributeEventHandler (object sender, XmlAttributeEventArgs e); }