ClassVirtualGridCellEventArgs
Class
Provides data for cell related events.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public class VirtualGridCellEventArgs : VirtualGridEventArgs
Inheritance: objectEventArgsVirtualGridEventArgsVirtualGridCellEventArgs
Derived Classes:
Inherited Members
Constructors
VirtualGridCellEventArgs(int, int, VirtualGridViewInfo)
Initializes a new instance of the VirtualGridCellEventArgs class.
Declaration
cs-api-definition
public VirtualGridCellEventArgs(int rowIndex, int columnIndex, VirtualGridViewInfo viewInfo)
Parameters
rowIndex
Index of the row.
columnIndex
Index of the column.
viewInfo
The view info.
Properties
ColumnIndex
Gets the column index of the cell.