Events

onAfterContextMenu fires after the context menu was called in the item area
onBeforeContextMenu fires before the context menu is called in the item area
onItemClick fires when a component item was clicked
onItemDblClick fires when a component item was double-clicked
onItemSingleClick allows distinguishing between single and double-click events
onMouseMove fires when the mouse was moved over the specified component
onMouseMoving fires when the mouse was moved over the component
onMouseOut fires when the mouse was moved out from the specified item
Back to top