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

Telerik.Web.UI.GridPageChangedEventArgs

The event arguments passed when the grid performs pagging and fires PageChanged event.

Inheritance Hierarchy

  • System.Object
  • System.EventArgs
  • System.Web.UI.WebControls.CommandEventArgs
  • Telerik.Web.UI.GridCommandEventArgs : IGridCommandEvent
  • Telerik.Web.UI.GridPageChangedEventArgs

Properties

Canceled Boolean

Gets or sets a value, defining whether the command should be canceled.

CommandSource Object

Gets the source of the command

Item GridItem

Gets the item containing the command source

NewPageIndex Int32

Gets the new page index the grid will go on.

Methods

ExecuteCommand

Fires the command stored in property

Returns

System.Void

In this article