Fired when the map detects a change in its viewport size.

Namespace:  ESRI.ADF.UI
 

Syntax

function add_mapResized (handler : [T:J:Function])
function remove_mapResized (handler : [T:J:Function])

Remarks

The following table lists the arguments passed to the handler function.
ArgumentsTypeDescription
senderESRI.ADF.UI.MapBaseThe resized map
eventArgsinteger arrayAn array containing the dimensions that the map was resized to. The first item is the map width, while the second is its height

See Also