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.
| Arguments | Type | Description |
|---|---|---|
| sender | ESRI.ADF.UI.MapBase | The resized map |
| eventArgs | integer array | An array containing the dimensions that the map was resized to. The first item is the map width, while the second is its height |