onMouseMoving
fires when the mouse was moved over the component
function onMouseMoving( // a native event object ev: Event): void
Example
Section titled “Example”grid.attachEvent("onMouseMoving", function(ev){ //... some code here ...});
See also
Section titled “See also”Articles