Search
FlowChart.ArrowDeleted Event
See Also
 



Occurs when an arrow is deleted, either programmatically or by end-users.

 Syntax

VB6  Copy Code

Public Event ArrowDeleted

 Event Data

Parameter

Type

Description

arrow

[input] reference to an Arrow

The arrow that is deleted.

Dispatch ID: 2

 Remarks

Raised 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