ItemSerializationEventArgs Class
Provides event arguments that are used for object serialization and deserialization events.
public class ItemSerializationEventArgs : EventArgs
Constructors
ItemSerializationEventArgs(object, XmlObjectBase)
Initializes a new instance of the class.
public ItemSerializationEventArgs(object item, XmlObjectBase node)
Parameter | Type | Description |
---|---|---|
item | object | The object that is represented by the serializable |
node | XmlObjectBase | The serializable XmlObjectBase that is used to represent the |
Properties
Item
The object that is represented by the serializable Node.
Node
The serializable XmlObjectBase that is used to represent the Item.
Inherited Members
- EventArgs.Empty
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()