ClassCellValidatingEventArgs
Class
Provides data for the CellValidating event
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public class CellValidatingEventArgs : GridViewCellCancelEventArgs
Inheritance: objectEventArgsCancelEventArgsGridViewCellCancelEventArgsCellValidatingEventArgs
Inherited Members
Constructors
CellValidatingEventArgs(GridViewRowInfo, GridViewColumn, object, object, IInputEditor)
Initializes a new instance of the CellValidatingEventArgs class.
Declaration
cs-api-definition
public CellValidatingEventArgs(GridViewRowInfo row, GridViewColumn column, object value, object oldValue, IInputEditor editor)
Parameters
row
The GridViewRowInfo that is validating.
column
The GridViewColumn that is validating.
value
The cell value.
oldValue
The old cell value.
editor
The associated active editor