Search
VisioImporter.BoxImported Event
See Also
 



Raised when a Visio shape is imported into FlowChartX as a Box.

( a feature of FlowChartX Pro edition)

 Syntax

VB6  Copy Code

Public Event BoxImported

 Event Data

Parameter

Type

Description

fcxNode

[input] reference to a Box

Refers to the imported box.

VisioShapeName

[input] string

The name of the Visio node shape.

VisioExtraData

[input] IDispatch*

Additional data associated with the event.

 See Also