Name

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

Synopsis

public delegate void XmlNodeEventHandler( object sender, XmlNodeEventArgs e);

This declared delegate type is used to receive event notifications from the XmlSerializer instance when an unknown node is encountered. The UnknownNode( ) event is fired before the UnknownAttribute( ) or UnknownElement( ) event. If no XmlNodeEventHandler is assigned to the XmlSerializer.UnknownNode event, any unknown nodes will be handled by the appropriate XmlAttributeEventHandler or XmlElementEventHandler, if one is assigned.

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.