Skip to content

onMouseOut

fires when the mouse was moved out from the specified item

function onMouseOut(
// a native event object
e: Event
): void
grid.attachEvent("onMouseOut", function(e){
//... some code here ...
});

also check the next samples:

Articles

API