Occurs when the user draws a new decoration.
SyntaxVB6
Copy Code
|
|---|
Public Event DecorationCreated |
Event DataParameter | Type | Description |
|---|---|---|
decoration | [input] reference to a decoration | The decoration that has been created. |
Dispatch ID: 103
RemarksRaised 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