New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.AjaxRequestEventArgs : Sys.EventArgs

Inheritance Hierarchy

Methods

get_enableAjax

Retuns a Boolean value indicating if the RadAjax ajax is enabled

Parameters

Returns

Boolean

get_eventArgument

Gets the string passed in the initial AJAX request.

Parameters

Returns

String

get_eventTarget

Gets the UniqueID of the element that had raised the request.

Parameters

Returns

Object

get_eventTargetElement

Gets the instance of the client-side object that raised the AJAX request. You can iterate each of the settings and retrieve the initiating control id and yet another array of objects that represent updated controls.

Parameters

Returns

Object

set_enableAjax

Accepts a Boolean value indicating if the RadAjax ajax is enabled

Parameters

value Boolean

Returns

Boolean

In this article