Occurs when an arrow is deleted, either programmatically or by end-users.
SyntaxVB6
Copy Code
|
|---|
Public Event ArrowDeleted |
Event DataParameter Type Description arrow [input] reference to an Arrow The arrow that is deleted.
Dispatch ID: 2
RemarksRaised when an arrow is deleted, either by a user or programmatically. An arrow is automatically deleted if any of the nodes it connects is deleted.
See Also