MindFusion.UI for WebForms Programmer's Guide

SerializeTagEventArgs Members

Properties
 


Contains the arguments passed to the SerializeTag and DeserializeTag event handlers.

The following tables list the members exposed by the SerializeTagEventArgs type.

 Public Properties

  Name Description

Context

Gets a context object that can help you write and read various values.

Element

Gets or sets the XML representation of the tag object being serialized / deserialized.

Handled

Gets or sets a value indicating whether the event is handled.

Item

Gets the item whose Tag is being serialized/deserialized.

Tag

Gets or sets the tag object being serialized/deserialized.

 See Also