Class
CurrentCellChangedEventArgs

Provides data for the CurrentCellChanged event

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class CurrentCellChangedEventArgs : EventArgs

Inheritance: objectEventArgsCurrentCellChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

CurrentCellChangedEventArgs(GridViewRowInfo, GridViewColumn, GridViewRowInfo, GridViewColumn)

Initializes a new instance of the CurrentCellChangedEventArgs class.

Declaration

cs-api-definition
public CurrentCellChangedEventArgs(GridViewRowInfo oldRow, GridViewColumn oldColumn, GridViewRowInfo newRow, GridViewColumn newColumn)

Parameters

oldRow

GridViewRowInfo

oldColumn

GridViewColumn

newRow

GridViewRowInfo

newColumn

GridViewColumn

Properties

CurrentCell

Gets the previous current cell.

Declaration

cs-api-definition
public GridViewCellInfo CurrentCell { get; }

Property Value

GridViewCellInfo

NewCell

Gets the new current cell.

Declaration

cs-api-definition
public GridViewCellInfo NewCell { get; }

Property Value

GridViewCellInfo