A collection of event listeners.
event listener Properties
| Property | Type | Access | Description |
|---|---|---|---|
| captures | boolean | read | If true, the event listener supports the capturing phase of propagation. |
| class | type class | read | The class descriptor type. |
| event type | string | read | The name of the event. |
| handler | anything | read | The handler to invoke when the event occurs. Can return: alias or string or JavaScript Function. |
| index | integer | read | The index of the event listener within its containing object. |
| object reference | event listener | read | An object reference for the event listener. |
| parent | reference | 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. |