Search
FlowChart.ArrowDestChanged Event
See Also
 



Raised when a user moves the end point of an arrow and connects it to a different destination node.

 Syntax

VB6  Copy Code

Public Event ArrowDestChanged

 Event Data

Parameter

Type

Description

arrow

[input] reference to an Arrow

The arrow whose end is moved.

obj

[input] reference to a node

The box or table which was the destination of the arrow.

Dispatch ID: 62

 Remarks

Raised when a user moves the end point of an arrow and connects it to a different destination node. The second parameter is a reference to the old destination object. The new destination can be accessed via the DestinationBox or DestinationTable property.

 See Also