The mouseDragging event is fired when the left mousebutton is down and the mouse moves on the map.
Namespace:
ESRI.ADF.UI
Syntax
function add_mouseDragging (handler : [T:J:Function]) function remove_mouseDragging (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 on which the mouse is being dragged |
| eventArgs | mousemove | The browsers mousemove event |