RadGrid for ASP.NET

RadGrid Send comments on this topic.
GridCommandEventArgs Class
See Also  Members  
Telerik.WebControls Namespace : GridCommandEventArgs 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 GridCommandEventArgs 
   Inherits CommandEventArgs
   Implements IGridCommandEvent 
Visual Basic (Usage)Copy Code
Dim instance As GridCommandEventArgs
C# 
public class GridCommandEventArgs : CommandEventArgs, IGridCommandEvent  

Inheritance Hierarchy

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

Requirements

Namespace: Telerik.WebControls

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

Assembly: RadGrid (in RadGrid.dll)

See Also