New to Telerik UI for WinFormsStart a free 30-day trial

Provides data for the CurrentCellChanged event

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

C#
public class CurrentCellChangedEventArgs : EventArgs

Inheritance: objectEventArgsCurrentCellChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the CurrentCellChangedEventArgs class.

C#
public CurrentCellChangedEventArgs(GridViewRowInfo oldRow, GridViewColumn oldColumn, GridViewRowInfo newRow, GridViewColumn newColumn)
Parameters:oldRowGridViewRowInfooldColumnGridViewColumnnewRowGridViewRowInfonewColumnGridViewColumn

Properties

Gets the previous current cell.

C#
public GridViewCellInfo CurrentCell { get; }

Gets the new current cell.

C#
public GridViewCellInfo NewCell { get; }