Fired when grid origin has changed.
Namespace:
ESRI.ADF.UI
Syntax
function add_gridOriginChanged (handler : [T:J:Function]) function remove_gridOriginChanged (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 for which the grid origin was changed |
| eventArgs | ESRI.ADF.Geometries.Point | The new grid origin |