The mouseDown event is fired when a mouse button is pressed down on the map.
Namespace:
ESRI.ADF.UI
Syntax
function add_mouseDown (handler : [T:J:Function]) function remove_mouseDown (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 on which the mouse down event occured |
| eventArgs | mousedown | The browsers mousedown event |