The mouseUp event is fired when a mouse button is released on the map.

Namespace:  ESRI.ADF.UI
 

Syntax

function add_mouseUp (handler : [T:J:Function])
function remove_mouseUp (handler : [T:J:Function])

Remarks

The following table lists the arguments passed to the handler function.
ArgumentsTypeDescription
senderESRI.ADF.UI.MapBaseThe map that on which the mouse up event occured
eventArgsmouseupThe browsers mouseup event

See Also