Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class GridViewCellEventArgsBase : EventArgs
Inheritance: objectEventArgsGridViewCellEventArgsBase
Derived Classes:
Inherited Members
Constructors
Initializes a new instance of the class.
C#
public GridViewCellEventArgsBase(GridViewRowInfo row, GridViewColumn column)
The GridViewRowInfo related with the cell.
columnGridViewColumnThe GridViewColumn related with the cell.
Properties
Gets the GridViewColumn related with the cell.
C#
public GridViewColumn Column { get; }
Gets a value indicating the column index of the cell that the event occurs for.
C#
public virtual int ColumnIndex { get; }
The index of the column containing the cell that the event occurs for.
Gets the GridViewRowInfo related with the cell.
C#
public GridViewRowInfo Row { get; }
Methods
Compares the current instance of GridViewCellEventArgs to the one passed as parameter obj