The click event is fired when a mouse button is clicked pushed down and up again without dragging.

Namespace:  ESRI.ADF.UI
 

Syntax

function add_click (handler : [T:J:Function])
function remove_click (handler : [T:J:Function])

Remarks

The following table lists the arguments passed to the handler function.
ArgumentsTypeDescription
senderESRI.ADF.UI.MapBaseThe map that was clicked
eventArgsmouseupThe mouseup event fired by the browser when the click is complete

See Also