ClassVirtualGridCellValidatingEventArgs
Class
Provides data for the CellValidating event.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public class VirtualGridCellValidatingEventArgs : VirtualGridCellEventArgs
Inheritance: objectEventArgsVirtualGridEventArgsVirtualGridCellEventArgsVirtualGridCellValidatingEventArgs
Inherited Members
Constructors
VirtualGridCellValidatingEventArgs(int, int, VirtualGridViewInfo, object)
Initializes a new instance of the VirtualGridCellValidatingEventArgs class.
Declaration
cs-api-definition
public VirtualGridCellValidatingEventArgs(int rowIndex, int columnIndex, VirtualGridViewInfo viewInfo, object newValue)
Parameters
rowIndex
Index of the row.
columnIndex
Index of the column.
viewInfo
The view info.
newValue
The new value.