Class
VirtualGridCellValuePushedEventArgs

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 VirtualGridCellEventArgs.RowIndexVirtualGridCellEventArgs.ColumnIndexVirtualGridEventArgs.ViewInfoEventArgs.Empty

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

object

The value.

rowIndex

int

Index of the row.

columnIndex

int

Index of the column.

viewInfo

VirtualGridViewInfo

The view info.

Properties

Value

Gets the value that was input in the cell.

Declaration

cs-api-definition
public object Value { get; }

Property Value

object