Events

onBlur - function (event)
Called when sidebar looses focus.
onClick - function (event)
Called when user clicks the node.
onCollapse - function (event)
Called when user collapses sub-nodes of the node.
onContextMenu - function (event)
Called when user clicks right mouse button on the node.
onDblClick - function (event)
Called when user double clicks the node.
onExpand - function (event)
Called when user expands sub-nodes of the node.
onFlat - function (event)
Called when sidebar flat button is clicked.
onFocus - function (event)
Called when sidebar gets focus.
onKeydown - function (event)
Called when user clicks a keyboard key and sidebar is active.
onMenuClick - function (event)
Called when user selects and item from the context menu.

Common Events

onDestroy - function (event)
Called when object is destroyed.
onRefresh - function (event)
Called when object is refreshed.
onRender - function (event)
Called when object is rendered.
onResize - function (event)
Called when object is resized.