Search
DeserializeTag Event

Raised when the Tag of a diagram item must be deserialized from XML format.

Syntax

JavaScript  Copy Code

function onDeserializeTag (sender, args)

Event Data

DeserializeTag handlers receive an event object of type SerializeTagEventArgs.

Remarks

Only tags of simple value types can be saved and loaded automatically to/from the XML document. You must provide your own serialization for complex types by implementing this event and SerializeTag.

To handle the DeserializeTag event, assign the name of the respective JavaScript function (for example 'on DeserializeTag ') to the DeserializeTagScript property.

See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace
LoadFromXml Method