Fired when a pan has completed.

Namespace:  ESRI.ADF.UI
 

Syntax

function add_panCompleted (handler : [T:J:Function])
function remove_panCompleted (handler : [T:J:Function])

Remarks

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

See Also