Event occurs when mouse is moved over the item
Parameters:
view.attachEvent("onMouseMove", function (id, ev, html){ //any custom logic here return true; });