Search
FlowChart.DecorationDeleted Event
See Also
 



Occurs when a decoration is deleted, either programmatically or by the user.

 Syntax

VB6  Copy Code

Public Event DecorationDeleted

 Event Data

Parameter

Type

Description

decoration

[input] reference to a decoration

The decoration that has been deleted.

Dispatch ID: 102

 Remarks

Raised when a decoration object, such as DecorationLine, is deleted, either by the user or programmatically.

 See Also