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.
ArgumentsTypeDescription
senderESRI.ADF.UI.MapThe map issuing the server request
eventArgs.argumentStringThe argument of the request. The argument can be modified to include or remove argument/value pairs.

See Also