Search
FlowChart.RequestAttachArrow Event
See Also
 



Raised when the user is moving an arrow end point over an object.

 Syntax

VB6  Copy Code

Public Event RequestAttachArrow

 Event Data

Parameter

Type

Description

arrow

[input] reference to Arrow object

The arrow that the user is trying to modify.

changingOrg

[input] boolean

true if the user is moving the arrow starting point; false if moving the ending point.

obj

[input] reference to object

The object to which the arrow will be attached.

attach

[output] boolean

Set it to false to cancel the operation.

Dispatch ID: 58

 Remarks

Raised when the user is moving an arrow end point over an object. This event enables you to forbid changing arrows origin or destination objects. Set the attach parameter to false and the operation will be cancelled.

 See Also