LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


IntegralUI.TreeView Events

A list of events in IntegralUI TreeView widget.

Events


  • afterCollapse
  • Occurs after item is collapsed
  • afterExpand
  • Occurs after item is expanded
  • afterSelect
  • Occurs after item is selected
  • beforeCollapse
  • Occurs before item starts to collapse
  • beforeExpand
  • Occurs before item starts to expand
  • beforeSelect
  • Occurs before item is selected
  • clear
  • Occurs when all items are removed
  • dragDrop
  • Occurs when a drag-and-drop operation is completed
  • dragEnter
  • Occurs when an object is dragged into the widget's bounds
  • dragLeave
  • Occurs when an object is dragged out of the widget's bounds
  • dragOver
  • Occurs when an object is dragged over the widget's bounds
  • itemAdded
  • Occurs after item is added to the collection
  • itemAdding
  • Occurs before item is added to the collection
  • itemClick
  • Occurs when item is clicked
  • itemDblClick
  • Occurs when item is double clicked
  • itemHover
  • Occurs when the mouse cursor hovers over item space
  • itemRemoved
  • Occurs after item is removed from the collection
  • itemRemoving
  • Occurs before item is removed from the collection
  • itemRightClick
  • Occurs when item is clicked using right mouse button
  • scrollPosChanged
  • Occurs when position of scrolltree has changed
  • selectionChanged
  • Occurs whenever selection changes from one item to another