Contains the arguments passed to the serializeTag and deserializeTag event handlers.
The following tables list the members exposed by the SerializeTagEventArgs type.
Name | Description | |
---|---|---|
Initializes a new instance of the SerializeTagEventArgs class. |
Name | Description | |
---|---|---|
Gets an XmlPersistContext object providing helper read and write methods for various value types. |
||
Gets the XML element where the tag value should be serialized to or deserialized from. |
||
Gets or sets the object representing the tag. |
||
Gets the object whose property is being serialized or deserialized. |
||
Gets the name of the property being serialized. |
||
Gets or sets the tag value being serialized or deserialized. |