Search
FlowChart.RequestSelectArrow Event
See Also
 



Occurs when users try to select an arrow, giving you the chance to cancel the operation.

 Syntax

VB6  Copy Code

Public Event RequestSelectArrow

 Event Data

Parameter

Type

Description

arrow

[input] reference to Arrow object

The arrow that the user is trying to select.

select

[output] boolean

Set to false to cancel the operation.

Dispatch ID: 12

 Remarks

Raised when the user is selecting an arrow, this event gives you the chance to cancel the selection. Set the select parameter to false and the selection shall be canceled.

 See Also