Search
FlowChart.SerializeTag Event
See Also
 



Raised during serialization to convert user tags to strings.

 Syntax

VB6  Copy Code

Public Event SerializeTag

 Event Data

Parameter

Type

Description

item

[input] reference to a diagram element

The item whose VariantTag is being serialized.

representation

[output] string

The string to be saved as XML element for item's VariantTag.

Dispatch ID: 82

 Remarks

While serializing a diagram to XML, this event is raised for each item that has an associated VariantTag. The item argument refers to a Box, Table or an Arrow instance whose tag is being serialized. You must assign string representation of the tag value to the representation output parameter.

 See Also