14 internal object sender;
26 onUnknownNode = value;
36 return onUnknownAttribute;
40 onUnknownAttribute = value;
50 return onUnknownElement;
54 onUnknownElement = value;
64 return onUnreferencedObject;
68 onUnreferencedObject = value;
delegate void UnreferencedObjectEventHandler(object sender, UnreferencedObjectEventArgs e)
Represents the method that handles the E:System.Xml.Serialization.XmlSerializer.UnreferencedObject ev...
XmlNodeEventHandler OnUnknownNode
Gets or sets an object that represents the method that handles the E:System.Xml.Serialization....
XmlAttributeEventHandler OnUnknownAttribute
Gets or sets an object that represents the method that handles the E:System.Xml.Serialization....
delegate void XmlAttributeEventHandler(object sender, XmlAttributeEventArgs e)
Represents the method that handles the E:System.Xml.Serialization.XmlSerializer.UnknownAttribute
delegate void XmlNodeEventHandler(object sender, XmlNodeEventArgs e)
Represents the method that handles the E:System.Xml.Serialization.XmlSerializer.UnknownNode event of ...
UnreferencedObjectEventHandler OnUnreferencedObject
Gets or sets an object that represents the method that handles the E:System.Xml.Serialization....
XmlElementEventHandler OnUnknownElement
Gets or sets an object that represents the method that handles the E:System.Xml.Serialization....
Contains fields that can be used to pass event delegates to a thread-safe Overload:System....
delegate void XmlElementEventHandler(object sender, XmlElementEventArgs e)
Represents the method that handles the E:System.Xml.Serialization.XmlSerializer.UnknownElement event ...