The mouseUp event is fired when a mouse button is released on the map.
Namespace:
ESRI.ADF.UI
Syntax
function add_mouseOver (handler : [T:J:Function]) function remove_mouseOver (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 being moused over |
| eventArgs | mouseenter | The mouseenter event fired by the browser when the mouse enters the map area |