Search
FlowChart.BoxDeleted Event
See Also
 



Occurs when a box is deleted, either programmatically or by end-users.

 Syntax

VB6  Copy Code

Public Event BoxDeleted

 Event Data

Parameter

Type

Description

box

[input] reference to a Box

The box that is deleted.

Dispatch ID: 1

 Remarks

Raised when a box is deleted, either by a user or programmatically.

 See Also