Class
GridViewCellEventArgsBase

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class GridViewCellEventArgsBase : EventArgs

Inheritance: objectEventArgsGridViewCellEventArgsBase

Derived Classes: PdfExportCellFormattingEventArgsCellFormattingEventArgsCellValidatedEventArgsGridViewCellEventArgsGridViewHeaderCellEventArgs

Inherited Members EventArgs.Empty

Constructors

GridViewCellEventArgsBase(GridViewRowInfo, GridViewColumn)

Initializes a new instance of the class.

Declaration

cs-api-definition
public GridViewCellEventArgsBase(GridViewRowInfo row, GridViewColumn column)

Parameters

row

GridViewRowInfo

The GridViewRowInfo related with the cell.

column

GridViewColumn

The GridViewColumn related with the cell.

Properties

Column

Gets the GridViewColumn related with the cell.

Declaration

cs-api-definition
public GridViewColumn Column { get; }

Property Value

GridViewColumn

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

int

The index of the column containing the cell that the event occurs for.

Row

Gets the GridViewRowInfo related with the cell.

Declaration

cs-api-definition
public GridViewRowInfo Row { get; }

Property Value

GridViewRowInfo

RowIndex

Gets a value indicating the row index of the cell that the event occurs for.

Declaration

cs-api-definition
public virtual int RowIndex { get; }

Property Value

int

The index of the row containing the cell that the event occurs for.

Methods

Equals(object)

Compares the current instance of GridViewCellEventArgs to the one passed as parameter obj

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

The object to compare to the current instance.

Returns

bool

Overrides object.Equals(object)

GetHashCode()

Serves as a hash function for a particular type.

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

A hash code for the current object.

Overrides object.GetHashCode()