Search
FlowChart.BoxCreated Event
See Also
 



Occurs when the user draws a new box.

 Syntax

VB6  Copy Code

Public Event BoxCreated

 Event Data

Parameter

Type

Description

box

[input] reference to a Box

The box that is created.

Dispatch ID: 7

 Remarks

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

 See Also