New to Telerik UI for WinFormsStart a free 30-day trial

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

Constructors

Initializes a new instance of the VirtualGridCellValuePushedEventArgs class.

C#
public VirtualGridCellValuePushedEventArgs(object value, int rowIndex, int columnIndex, VirtualGridViewInfo viewInfo)
Parameters:valueobject

The value.

rowIndexint

Index of the row.

columnIndexint

Index of the column.

viewInfoVirtualGridViewInfo

The view info.

Properties

Gets the value that was input in the cell.

C#
public object Value { get; }