ClassCurrentCellChangedEventArgs
Class
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
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
oldColumn
newRow
newColumn
Properties
CurrentCell
Gets the previous current cell.
Declaration
cs-api-definition
public GridViewCellInfo CurrentCell { get; }
Property Value
NewCell
Gets the new current cell.
Declaration
cs-api-definition
public GridViewCellInfo NewCell { get; }
Property Value