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

Event arguments for RowValidated event.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

C#
public class RowValidatedEventArgs : EventArgs

Inheritance: objectEventArgsRowValidatedEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the RowValidatedEventArgs class.

C#
public RowValidatedEventArgs(GridViewRowInfo row)
Parameters:rowGridViewRowInfo

The GridViewRowInfo that is validated.

Properties

Gets the GridViewRowInfo that is validated.

C#
public GridViewRowInfo Row { get; }

The rowindex for the row.

C#
public int RowIndex { get; }