The following events are available in dhtmlxLayout:
The user can add any user-defined handler to any of the available events.
To do this the user can use attachEvent() method with the following parameters:
<script> dhxLayout.attachEvent(evName, evHandler); </script>
Note: the names of the events are case-insensitive.