Search
FlowChart.ArrowOrgChanged Event
See Also
 



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

 Syntax

VB6  Copy Code

Public Event ArrowOrgChanged

 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 origin of the arrow.

Dispatch ID: 61

 Remarks

Raised when an user moves the start point of an arrow and connects it to a different origin node. The second parameter is a reference to the old origin object. The new origin can be accessed via the OriginBox or OriginTable property.

 See Also