Raised when a user moves the end point of an arrow and connects it to a different destination node.
SyntaxVB6
Copy Code
|
|---|
Public Event ArrowDestChanged |
Event DataParameter 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
RemarksRaised 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