onMouseOut
fires when the mouse was moved out from the specified item
function onMouseOut( // a native event object e: Event): void
Example
Section titled “Example”grid.attachEvent("onMouseOut", function(e){ //... some code here ...});
also check the next samples:
See also
Section titled “See also”Articles
API