Raised when the Tag of a diagram item must be deserialized from XML format.
JavaScript Copy Code |
---|
function onDeserializeTag (sender, args) |
DeserializeTag handlers receive an event object of type SerializeTagEventArgs.
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.