New to Telerik UI for WinFormsStart a free 30-day trial

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 CancelEventArgs.CancelEventArgs.Empty

Constructors

Initializes a new instance of the GridViewRowEventArgs class.

C#
public GridViewRowCancelEventArgs(params GridViewRowInfo[] rowInfo)
Parameters:rowInfoGridViewRowInfo[]

The GridViewRowInfo that the event occurred for.

Properties

Gets the GridViewRowInfo associated with the event.

C#
public GridViewRowInfo[] Rows { get; }