The properties of System.Xml.Serialization.XmlElementEventArgs are listed below. For a list of all members, see the XmlElementEventArgs Members list.
See Also: Inherited members from System.EventArgs
[read-only] | Element | System.Xml.XmlElement.
Gets the object that represents the unknown XML element. |
[read-only] | ExpectedElements | string.
Gets a comma-delimited list of XML element names expected to be in an XML document instance. |
[read-only] | LineNumber | int.
Gets the line number where the unknown element was encountered if the XML reader is an System.Xml.XmlTextReader. |
[read-only] | LinePosition | int.
Gets the place in the line where the unknown element occurs if the XML reader is an System.Xml.XmlTextReader. |
[read-only] | ObjectBeingDeserialized | object.
Gets the object the System.Xml.Serialization.XmlSerializer is deserializing. |