Search
FlowChart.DecorationCreated Event
See Also
 



Occurs when the user draws a new decoration.

 Syntax

VB6  Copy Code

Public Event DecorationCreated

 Event Data

Parameter

Type

Description

decoration

[input] reference to a decoration

The decoration that has been created.

Dispatch ID: 103

 Remarks

Raised when a user draws a new decoration object, such as DecorationLine. Reference to that decoration is passed as an argument to the event handler.

 See Also