XmlDeserializationEvents Structure
Contains fields that can be used to pass event delegates to a thread-safe Deserialize method of the XmlSerializer.
Assembly: System.Xml (in System.Xml.dll)
| Name | Description | |
|---|---|---|
![]() | OnUnknownAttribute | Gets or sets an object that represents the method that handles the UnknownAttribute event. |
![]() | OnUnknownElement | Gets or sets an object that represents the method that handles the UnknownElement event. |
![]() | OnUnknownNode | Gets or sets an object that represents the method that handles the UnknownNode event. |
![]() | OnUnreferencedObject | Gets or sets an object that represents the method that handles the UnreferencedObject event. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Indicates whether this instance and a specified object are equal.(Inherited from ValueType.) |
![]() | GetHashCode() | Returns the hash code for this instance.(Inherited from ValueType.) |
![]() | GetType() | |
![]() | ToString() | Returns the fully qualified type name of this instance.(Inherited from ValueType.) |
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

