Class
CellValidatedEventArgs

Provides data for the CellValidated event

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class CellValidatedEventArgs : GridViewCellEventArgsBase

Inheritance: objectEventArgsGridViewCellEventArgsBaseCellValidatedEventArgs

Inherited Members GridViewCellEventArgsBase.Equals(object)GridViewCellEventArgsBase.GetHashCode()GridViewCellEventArgsBase.RowGridViewCellEventArgsBase.ColumnGridViewCellEventArgsBase.ColumnIndexGridViewCellEventArgsBase.RowIndexEventArgs.Empty

Constructors

CellValidatedEventArgs(GridViewRowInfo, GridViewColumn, object)

Initializes a new instance of the CellValidatedEventArgs class.

Declaration

cs-api-definition
public CellValidatedEventArgs(GridViewRowInfo row, GridViewColumn column, object value)

Parameters

row

GridViewRowInfo

The GridViewRowInfo that is validated.

column

GridViewColumn

The GridViewColumn that is validated.

value

object

The cell value.

Properties

Value

Gets the cell value.

Declaration

cs-api-definition
public object Value { get; }

Property Value

object