The mouseMove event is fired when the mouse moves over the map.
Namespace:
ESRI.ADF.UI
Syntax
function add_mouseMove (handler : [T:J:Function]) function remove_mouseMove (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 over which the mouse is being moved |
| eventArgs | mousemove | The mousemove event fired by the browser when the mouse is moved over the map |