Class VirtualGridCellEventArgs
Provides data for cell related events.
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class VirtualGridCellEventArgs : VirtualGridEventArgs
Constructors
VirtualGridCellEventArgs(Int32, Int32, VirtualGridViewInfo)
Initializes a new instance of the VirtualGridCellEventArgs class.
Declaration
public VirtualGridCellEventArgs(int rowIndex, int columnIndex, VirtualGridViewInfo viewInfo)
Parameters
System.Int32
rowIndex
Index of the row. |
System.Int32
columnIndex
Index of the column. |
VirtualGridViewInfo
viewInfo
The view info. |
Properties
ColumnIndex
Gets the column index of the cell.
Declaration
public int ColumnIndex { get; }
Property Value
System.Int32
|
RowIndex
Gets the row index of the cell.
Declaration
public int RowIndex { get; }
Property Value
System.Int32
|