Class
GridViewRowCancelEventArgs

Provides data for row-related RadGridView events.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class GridViewRowCancelEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsGridViewRowCancelEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

GridViewRowCancelEventArgs(params GridViewRowInfo[])

Initializes a new instance of the GridViewRowEventArgs class.

Declaration

cs-api-definition
public GridViewRowCancelEventArgs(params GridViewRowInfo[] rowInfo)

Parameters

rowInfo

GridViewRowInfo[]

The GridViewRowInfo that the event occurred for.

Properties

Rows

Gets the GridViewRowInfo associated with the event.

Declaration

cs-api-definition
public GridViewRowInfo[] Rows { get; }

Property Value

GridViewRowInfo[]