XmlDeserializationEvents Struct

Definition

Contains fields that can be used to pass event delegates to a thread-safe Deserialize method of the XmlSerializer.

public value class XmlDeserializationEvents
public struct XmlDeserializationEvents
type XmlDeserializationEvents = struct
Public Structure XmlDeserializationEvents
Inheritance
XmlDeserializationEvents

Fields

OnUnknownAttribute

Represents the method that handles the UnknownAttribute event.

OnUnknownElement

Represents the method that handles the UnknownElement event.

OnUnknownNode

Represents the method that handles the UnknownNode event.

OnUnreferencedObject

Represents the method that handles the UnreferencedObject event.

Properties

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.

Applies to