Photoshop Scripting Reference
  • Photoshop Scripting Documentation
    • Core
    • Photoshop
    • Scriptui
      • Classes
        • Bounds
        • Button
        • Checkbox
        • Dimension
        • DrawState
        • DropDownList
        • EditText
        • Environment
        • Event
        • Events
        • FlashPlayer
        • Group
        • IconButton
        • KeyboardState
        • LayoutManager
        • ListBox
        • ListItem
        • Panel
        • Point
        • Progressbar
        • RadioButton
        • ScriptUI
        • ScriptUIBrush
        • ScriptUIFont
        • ScriptUIGraphics
        • ScriptUIImage
        • ScriptUIPath
        • ScriptUIPen
        • Scrollbar
        • Slider
        • StaticText
        • TreeView
        • UIEvent
        • Window
        • Module Index
  • Extension SDK Documentation (CEP)
  • Photoshop Scripting Reseources
Photoshop Scripting Reference
  • Docs »
  • Photoshop Scripting Documentation »
  • Scriptui »
  • DropDownList »
  • DropDownList.addEventListener
  • View page source

DropDownList.addEventListener¶

Boolean addEventListener (String eventName, Function handler, Boolean capturePhase)

Parameters¶

eventName The name of the event.
handler The function that handles the event.
capturePhase When true, the handler is called only in the capturing phase of the event propagation.

Description¶

Registers an event handler for a particular type of event occuring in this element.

Next Previous

© Copyright 2018, Brett Dixon.

Built with Sphinx using a theme provided by Read the Docs.