| Event Name | Description | Cancelable | Incomming Parameters |
|---|---|---|---|
| onXMLLoadingEnd | occurs when data was loaded and items created | no | - |
| onclick | occrs when item was clicked | no | id of item |
| ondblclick | occurs when item was double clicked | no | id of item |
| onBeforeDrop | occures before item is dropped | yes | type of drop - "next","before","in" source item id target item id |
| onBeforeDragIn | occures before item is dragged into another item | yes | type of drop - "next","before","in" source item id target item id |