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.
| Arguments | Type | Description |
|---|---|---|
| sender | ESRI.ADF.UI.MapBase | The map that was clicked |
| eventArgs | mouseup | The mouseup event fired by the browser when the click is complete |