Occurs when a decoration is deleted, either programmatically or by the user.
SyntaxVB6
Copy Code
|
|---|
Public Event DecorationDeleted |
Event DataParameter | Type | Description |
|---|---|---|
decoration | [input] reference to a decoration | The decoration that has been deleted. |
Dispatch ID: 102
RemarksRaised when a decoration object, such as DecorationLine, is deleted, either by the user or programmatically.
See Also