The keyUp event is fired when a key is released while the map was in focus..
Namespace:
ESRI.ADF.UI
Syntax
function add_keyUp (handler : [T:J:Function]) function remove_keyUp (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 the mouse was over when the key was released |
| eventArgs | keyup | The browsers keyup event |