The mouseOut event is fired when the mouse moves out of the map.

Namespace:  ESRI.ADF.UI
 

Syntax

function add_mouseOut (handler : [T:J:Function])
function remove_mouseOut (handler : [T:J:Function])

Remarks

The following table lists the arguments passed to the handler function.
ArgumentsTypeDescription
senderESRI.ADF.UI.MapBaseThe map that the mouse was moved over
eventArgsmouseleaveThe mouseleave event fired by the browser when the mouse leaves the map area

See Also