Provides data for the CellValidating event
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class CellValidatingEventArgs : GridViewCellCancelEventArgs
Inheritance: objectEventArgsCancelEventArgsGridViewCellCancelEventArgsCellValidatingEventArgs
Inherited Members
Constructors
Initializes a new instance of the CellValidatingEventArgs class.
C#
public CellValidatingEventArgs(GridViewRowInfo row, GridViewColumn column, object value, object oldValue, IInputEditor editor)
The GridViewRowInfo that is validating.
columnGridViewColumnThe GridViewColumn that is validating.
valueobjectThe cell value.
oldValueobjectThe old cell value.
editorIInputEditorThe associated active editor