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
Constructors
Initializes a new instance of the GridViewCellEventArgs class.
C#
public GridViewCellEventArgs(GridViewRowInfo row, GridViewColumn column, IInputEditor activeEditor)
The row.
columnGridViewColumnThe column.
activeEditorIInputEditorThe active editor.
Properties
Gets the IInputEditor related with the cell.
C#
public IInputEditor ActiveEditor { get; }