Fired continuously when the extent is changing.

Namespace:  ESRI.ADF.UI
 

Syntax

function add_extentChanging (handler : [T:J:Function])
function remove_extentChanging (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 is changing

See Also