Provides data for row-related RadGridView events.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class GridViewRowCancelEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsGridViewRowCancelEventArgs
Inherited Members
Constructors
Initializes a new instance of the GridViewRowEventArgs class.
C#
public GridViewRowCancelEventArgs(params GridViewRowInfo[] rowInfo)
The GridViewRowInfo that the event occurred for.
Properties
Gets the GridViewRowInfo associated with the event.
C#
public GridViewRowInfo[] Rows { get; }