ClassGridViewRowEventArgs
Class
Provides data for row-related RadGridView events.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public class GridViewRowEventArgs : EventArgs
Inheritance: objectEventArgsGridViewRowEventArgs
Derived Classes:
Inherited Members
Constructors
GridViewRowEventArgs(GridViewRowInfo)
Initializes a new instance of the GridViewRowEventArgs class.
Declaration
cs-api-definition
public GridViewRowEventArgs(GridViewRowInfo rowInfo)
Parameters
rowInfo
The GridViewRowInfo that the event occurred for.
GridViewRowEventArgs(GridViewRowInfo[])
Initializes a new instance of the GridViewRowEventArgs class.
Declaration
cs-api-definition
public GridViewRowEventArgs(GridViewRowInfo[] rowInfo)
Parameters
rowInfo
The GridViewRowInfo that the event occurred for.