LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


IntegralUIListBox Events

A list of events in IntegralUI ListBox component.

Events


  • afterSelect
  • Occurs after item is selected
  • beforeSelect
  • Occurs before item is selected
  • change
  • Occurs when data is changed during filtering or sorting
  • clear
  • Occurs when all items are removed
  • dragDrop
  • Occurs when a drag-and-drop operation is completed
  • dragOver
  • Occurs when an object is dragged over the component's bounds
  • itemAdded
  • Occurs after item is added to the collection
  • itemAdding
  • Occurs before item is added to the collection
  • itemRemoved
  • Occurs after item is removed from the collection
  • itemRemoving
  • Occurs before item is removed from the collection
  • keyDown
  • Occurs when key is hold down while the item has focus
  • keyPress
  • Occurs when key is pressed while the item has focus
  • keyUp
  • Occurs when key is released while the item has focus
  • loadComplete
  • Occurs when data loading process is completed
  • scrollPosChanged
  • Occurs when position of scrollbar has changed
  • selectionChanged
  • Occurs whenever selection changes from one item to another
  • updateComplete
  • Occurs when updating of component layout is completed