Provides data for the CellValidated event
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class CellValidatedEventArgs : GridViewCellEventArgsBase
Inheritance: objectEventArgsGridViewCellEventArgsBaseCellValidatedEventArgs
Inherited Members
Constructors
Initializes a new instance of the CellValidatedEventArgs class.
C#
public CellValidatedEventArgs(GridViewRowInfo row, GridViewColumn column, object value)
The GridViewRowInfo that is validated.
columnGridViewColumnThe GridViewColumn that is validated.
valueobjectThe cell value.