Class GridViewRowCancelEventArgs
Provides data for row-related RadGridView events.
Inheritance
System.Object
GridViewRowCancelEventArgs
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridViewRowCancelEventArgs : CancelEventArgs
Constructors
GridViewRowCancelEventArgs(GridViewRowInfo[])
Initializes a new instance of the GridViewRowEventArgs class.
Declaration
public GridViewRowCancelEventArgs(params GridViewRowInfo[] rowInfo)
Parameters
GridViewRowInfo[]
rowInfo
The GridViewRowInfo that the event occurred for. |
Properties
Rows
Gets the GridViewRowInfo associated with the event.
Declaration
public GridViewRowInfo[] Rows { get; }
Property Value
GridViewRowInfo[]
|