RadGrid for ASP.NET

RadGrid Send comments on this topic.
IGridCommandEvent Interface
See Also  Members  
Telerik.WebControls Namespace : IGridCommandEvent Interface


Interface that provides the basic functionality needed for a class to be used to send information to Command event handler.  
Namespace: Telerik.WebControls
Assembly: RadGrid (in RadGrid.dll)

Syntax

Visual Basic (Declaration) 
Public Interface IGridCommandEvent 
Visual Basic (Usage)Copy Code
Dim instance As IGridCommandEvent
C# 
public interface IGridCommandEvent 

Requirements

Namespace: Telerik.WebControls

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

Assembly: RadGrid (in RadGrid.dll)

See Also