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

Provides data for RadGridView events related to cell and row operations.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

C#
public class GridViewCellEventArgs : GridViewCellEventArgsBase

Inheritance: objectEventArgsGridViewCellEventArgsBaseGridViewCellEventArgs

Inherited Members GridViewCellEventArgsBase.Equals(object)GridViewCellEventArgsBase.GetHashCode()GridViewCellEventArgsBase.RowGridViewCellEventArgsBase.ColumnGridViewCellEventArgsBase.ColumnIndexGridViewCellEventArgsBase.RowIndexEventArgs.Empty...

Constructors

Initializes a new instance of the GridViewCellEventArgs class.

C#
public GridViewCellEventArgs(GridViewRowInfo row, GridViewColumn column, IInputEditor activeEditor)
Parameters:rowGridViewRowInfo

The row.

columnGridViewColumn

The column.

activeEditorIInputEditor

The active editor.

Properties

Gets the IInputEditor related with the cell.

C#
public IInputEditor ActiveEditor { get; }

Gets the cell value.

C#
public object Value { get; }