Class GridViewCellEventArgs
Provides data for RadGridView events related to cell and row operations.
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridViewCellEventArgs : GridViewCellEventArgsBase
Constructors
GridViewCellEventArgs(GridViewRowInfo, GridViewColumn, IInputEditor)
Initializes a new instance of the GridViewCellEventArgs class.
Declaration
public GridViewCellEventArgs(GridViewRowInfo row, GridViewColumn column, IInputEditor activeEditor)
Parameters
GridViewRowInfo
row
The row. |
GridViewColumn
column
The column. |
IInputEditor
activeEditor
The active editor. |
Properties
ActiveEditor
Gets the IInputEditor related with the cell.
Declaration
public IInputEditor ActiveEditor { get; }
Property Value
IInputEditor
|
Value
Gets the cell value.
Declaration
public object Value { get; }
Property Value
System.Object
|