The mouseDragCompleted event is fired when a drag has ended.
Namespace:
ESRI.ADF.UI
Syntax
function add_mouseDragCompleted (handler : [T:J:Function]) function remove_mouseDragCompleted (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 was dragged |
| eventArgs | mouseup | The browsers mouseup event fired when dragging has completed |