ClassGridViewCellEventArgsBase
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public class GridViewCellEventArgsBase : EventArgs
Inheritance: objectEventArgsGridViewCellEventArgsBase
Derived Classes:
Inherited Members
Constructors
GridViewCellEventArgsBase(GridViewRowInfo, GridViewColumn)
Initializes a new instance of the class.
Declaration
cs-api-definition
public GridViewCellEventArgsBase(GridViewRowInfo row, GridViewColumn column)
Parameters
row
The GridViewRowInfo related with the cell.
column
The GridViewColumn related with the cell.
Properties
Column
Gets the GridViewColumn related with the cell.
ColumnIndex
Gets a value indicating the column index of the cell that the event occurs for.
Declaration
cs-api-definition
public virtual int ColumnIndex { get; }
Property Value
The index of the column containing the cell that the event occurs for.
Row
Gets the GridViewRowInfo related with the cell.
Methods
Equals(object)
Compares the current instance of GridViewCellEventArgs to the one passed as parameter obj
GetHashCode()
Serves as a hash function for a particular type.