Event

Event class

Contains elements that specify formulas that control shape events.

Properties

NameTypeDescription
DelintA flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca
TheDataDoubleValueReserved for future use.
TheTextDoubleValueAn event element that is evaluated when a shape’s text or text composition changes.
EventDblClickDoubleValueAn event element that is evaluated when a shape is double-clicked.
EventXFModDoubleValueAn event element that is evaluated when a shape’s position or orientation on the page is transformed.
EventDropDoubleValueAn event element that is evaluated when a shape is dropped on the drawing page, either as an instance or when a shape is
EventMultiDropDoubleValueEventMultiDrop.

Methods

NameDescription
deepCloneCreates 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.