ClassCellValidatedEventArgs
Class
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
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
The GridViewRowInfo that is validated.
column
The GridViewColumn that is validated.
value
The cell value.