Search
FlowChart.ArrowCreated Event
See Also
 



Occurs when the user draws a new arrow.

 Syntax

VB6  Copy Code

Public Event ArrowCreated

 Event Data

Parameter

Type

Description

arrow

[input] reference to an Arrow

The arrow that is created.

Dispatch ID: 8

 Remarks

Raised when a user draws a new arrow. Reference to that arrow is passed as an argument to the event handler. To prevent the user from creating an arrow, use the RequestCreateArrow validation event.

 See Also