RadGrid for ASP.NET

RadGrid Send comments on this topic.
GridPageChangedEventArgs Class
See Also  Members  
Telerik.WebControls Namespace : GridPageChangedEventArgs Class


Provides data for Command events including CancelCommand, DeleteCommand, EditCommand, InsertCommand, ItemCommand, SortCommand and UpdateCommand.

Object Model


 

Namespace: Telerik.WebControls
Assembly: RadGrid (in RadGrid.dll)

Syntax

Visual Basic (Declaration) 
Public Class GridPageChangedEventArgs 
   Inherits GridCommandEventArgs
   Implements IGridCommandEvent 
Visual Basic (Usage)Copy Code
Dim instance As GridPageChangedEventArgs
C# 
public class GridPageChangedEventArgs : GridCommandEventArgs, IGridCommandEvent  

Inheritance Hierarchy

System.Object
   System.EventArgs
      System.Web.UI.WebControls.CommandEventArgs
         Telerik.WebControls.GridCommandEventArgs
            Telerik.WebControls.GridPageChangedEventArgs

Requirements

Namespace: Telerik.WebControls

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

Assembly: RadGrid (in RadGrid.dll)

See Also