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.
| Arguments | Type | Description |
|---|---|---|
| sender | ESRI.ADF.UI.MapBase | The map that the mouse was moved over |
| eventArgs | mouseleave | The mouseleave event fired by the browser when the mouse leaves the map area |