Event
Event class
Contains elements that specify formulas that control shape events.
Properties
| Name | Type | Description |
|---|---|---|
| Del | int | A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca |
| TheData | DoubleValue | Reserved for future use. |
| TheText | DoubleValue | An event element that is evaluated when a shape’s text or text composition changes. |
| EventDblClick | DoubleValue | An event element that is evaluated when a shape is double-clicked. |
| EventXFMod | DoubleValue | An event element that is evaluated when a shape’s position or orientation on the page is transformed. |
| EventDrop | DoubleValue | An event element that is evaluated when a shape is dropped on the drawing page, either as an instance or when a shape is |
| EventMultiDrop | DoubleValue | EventMultiDrop. |
Methods
| Name | Description |
|---|---|
| deepClone | Creates deep copy of this instance. |
Event.Del property
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant.
Type: int
Event.TheData property
Reserved for future use.
Type: DoubleValue
Event.TheText property
An event element that is evaluated when a shape’s text or text composition changes.
Type: DoubleValue
Event.EventDblClick property
An event element that is evaluated when a shape is double-clicked.
Type: DoubleValue
Event.EventXFMod property
An event element that is evaluated when a shape’s position or orientation on the page is transformed.
Type: DoubleValue
Event.EventDrop property
An event element that is evaluated when a shape is dropped on the drawing page, either as an instance or when a shape is duplicated or pasted.
Type: DoubleValue
Event.EventMultiDrop property
EventMultiDrop.
Type: DoubleValue
deepClone()
Creates deep copy of this instance.