Fired when the extent is changed.

Namespace:  ESRI.ADF.UI
 

Syntax

function add_extentChanged (handler : [T:J:Function])
function remove_extentChanged (handler : [T:J:Function])

Remarks

The following table lists the arguments passed to the handler function.
ArgumentsTypeDescription
senderESRI.ADF.UI.MapBaseThe map for which the extent changed
eventArgs.currentESRI.ADF.Geometries.EnvelopeNew extent
eventArgs.previousESRI.ADF.Geometries.EnvelopeOld extent

See Also