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