Search
Events.deserializeTag Property
See Also
 





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

Namespace: MindFusion.Diagramming
File: Events.js

 Syntax

JavaScript  Copy Code

get deserializeTag() {}
set deserializeTag(value) {}

 Property Value

String

A string containing the event name.

 Remarks

Event handlers receive a SerializeTagEventArgs instance as argument.

 See Also