Provides data for the CellValidating event.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class VirtualGridCellValidatingEventArgs : VirtualGridCellEventArgs
Inheritance: objectEventArgsVirtualGridEventArgsVirtualGridCellEventArgsVirtualGridCellValidatingEventArgs
Inherited Members
Constructors
Initializes a new instance of the VirtualGridCellValidatingEventArgs class.
C#
public VirtualGridCellValidatingEventArgs(int rowIndex, int columnIndex, VirtualGridViewInfo viewInfo, object newValue)
Index of the row.
columnIndexintIndex of the column.
viewInfoVirtualGridViewInfoThe view info.
newValueobjectThe new value.