Fired when a key was pressed down while the map was in focus.

Namespace:  ESRI.ADF.UI
 

Syntax

function add_keyDown (handler : [T:J:Function])
function remove_keyDown (handler : [T:J:Function])

Remarks

The following table lists the arguments passed to the handler function.
ArgumentsTypeDescription
senderESRI.ADF.UI.MapBaseThe map that the mouse was over when the key was pressed
eventArgskeydownThe browsers keydown event

See Also