Raised prior to a server request.
Namespace:
ESRI.ADF.UI
Syntax
function add_onServerRequest (handler : [T:J:Function]) function remove_onServerRequest (handler : [T:J:Function]) |
Remarks
The following table lists the arguments passed to the handler function.
| Arguments | Type | Description |
|---|---|---|
| sender | ESRI.ADF.UI.Map | The map issuing the server request |
| eventArgs.argument | String | The argument of the request. The argument can be modified to include or remove argument/value pairs. |