Raised when an user moves the start point of an arrow and connects it to a different origin node.
SyntaxVB6
Copy Code
|
|---|
Public Event ArrowOrgChanged |
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 origin of the arrow.
Dispatch ID: 61
RemarksRaised 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