Class
RowValidatedEventArgs

Event arguments for RowValidated event.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class RowValidatedEventArgs : EventArgs

Inheritance: objectEventArgsRowValidatedEventArgs

Inherited Members EventArgs.Empty

Constructors

RowValidatedEventArgs(GridViewRowInfo)

Initializes a new instance of the RowValidatedEventArgs class.

Declaration

cs-api-definition
public RowValidatedEventArgs(GridViewRowInfo row)

Parameters

row

GridViewRowInfo

The GridViewRowInfo that is validated.

Properties

Row

Gets the GridViewRowInfo that is validated.

Declaration

cs-api-definition
public GridViewRowInfo Row { get; }

Property Value

GridViewRowInfo

RowIndex

The rowindex for the row.

Declaration

cs-api-definition
public int RowIndex { get; }

Property Value

int