Search
SerializeTagEventArgs Properties
 


 Public Properties

  Name Description

context

Gets an XmlPersistContext object providing helper read and write methods for various value types.

element

Gets the XML element where the tag value should be serialized to or deserialized from.

handled

Gets or sets a value indicating whether the event has been handled. (Inherited from EventArgs.)

object

Gets the object whose property is being serialized or deserialized.

propertyName

Gets the name of the property being serialized.

tag

Gets or sets the tag value being serialized or deserialized.

 See Also