ClassGridViewCellEventArgs
Class
Provides data for RadGridView events related to cell and row operations.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public class GridViewCellEventArgs : GridViewCellEventArgsBase
Inheritance: objectEventArgsGridViewCellEventArgsBaseGridViewCellEventArgs
Inherited Members
Constructors
GridViewCellEventArgs(GridViewRowInfo, GridViewColumn, IInputEditor)
Initializes a new instance of the GridViewCellEventArgs class.
Declaration
cs-api-definition
public GridViewCellEventArgs(GridViewRowInfo row, GridViewColumn column, IInputEditor activeEditor)
Parameters
row
The row.
column
The column.
activeEditor
The active editor.
Properties
ActiveEditor
Gets the IInputEditor related with the cell.