New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
value
Telerik.Web.UI.GridUserActionEventArgs : Sys.CancelEventArgs
Inheritance Hierarchy
- Sys.CancelEventArgs
- Telerik.Web.UI.GridUserActionEventArgs
Methods
get_actionName
Returns the name of the initiated action.
Parameters
Returns
String
get_newPageIndex
Returns the argument of the action. The name of the method depends on the action. For PageSize changing it is called get_newPageSize.
Parameters
Returns
Number
get_tableView
Returns the owner TableView object.
Parameters
Returns
Telerik.Web.UI.GridTableView
set_newPageIndex
Sets the argument of the action. The name of the method depends on the action. For PageSize changing it is called set_newPageSize.
Parameters
value Number
Returns
None