The click event is fired when the map is double-clicked.

Namespace:  ESRI.ADF.UI
 

Syntax

function add_dblclick (handler : [T:J:Function])
function remove_dblclick (handler : [T:J:Function])

Remarks

The following table lists the arguments passed to the handler function.
ArgumentsTypeDescription
senderESRI.ADF.UI.MapBaseThe map that was double clicked
eventArgsdblclickThe browsers double click event

See Also