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