Search
FlowChart.RequestDeleteArrow Event
See Also
 



Raised before an arrow is deleted by the user, giving you a chance to cancel the operation.

 Syntax

VB6  Copy Code

Public Event RequestDeleteArrow

 Event Data

Parameter

Type

Description

arrow

[input] reference to Arrow object

The Arrow that the user is trying to delete.

delete

[output] boolean

Set it to false to cancel the operation.

Dispatch ID: 10

 Remarks

Raised when the user is deleting an arrow, this event gives you the chance to cancel the operation. Set the delete parameter to false and the deletion shall be cancelled.

 See Also