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.
| Arguments | Type | Description |
|---|---|---|
| sender | ESRI.ADF.UI.MapBase | The map that was panned |
| eventArgs.current | ESRI.ADF.Geometries.Envelope | New extent |
| eventArgs.previous | ESRI.ADF.Geometries.Envelope | Old extent |