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.
ArgumentsTypeDescription
senderESRI.ADF.UI.MapBaseThe map on which the mouse is being dragged
eventArgsmousemoveThe browsers mousemove event

See Also