DHTMLX Docs & Samples Explorer

onMouseMoving

Event name is case insensitive.

This event calls user-defined handlers (if there are any) and passes the following parameters:

  • ev - a native event object
chart.attachEvent("onMousemoving", function (ev){
//any custom logic here
});