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
Constructors
Initializes a new instance of the CurrentCellChangedEventArgs class.
C#
public CurrentCellChangedEventArgs(GridViewRowInfo oldRow, GridViewColumn oldColumn, GridViewRowInfo newRow, GridViewColumn newColumn)
Properties
Gets the previous current cell.
C#
public GridViewCellInfo CurrentCell { get; }
Gets the new current cell.
C#
public GridViewCellInfo NewCell { get; }