A collection of event listeners.
event listener Properties
| Property | Type | Access | Description |
|---|---|---|---|
| captures | boolean | read | If true, the event supports the capturing phase of propagation. |
| class | type | read | The class descriptor type. |
| event type | text | read | The name of the event. |
| handler | any | read | The handler to invoke when the event occurs. Can return: alias or string or JavaScript Function. |
| id | integer | read | The unique ID of the event listener. |
| index | integer | read | The index of the event listener within its containing object. |
| object reference | event listener | read | An object reference for the object. |
| parent | specifier | read | The parent of the event listener (a document, application, menu action, script menu action, menu or submenu). Can return: document, application, menu action, script menu action, menu or submenu. |
| properties | record | r/w | A property that allows setting of several properties at the same time. |