Class CurrentCellChangedEventArgs
Represents data for the Current
Inheritance
System.Object
CurrentCellChangedEventArgs
Namespace: Telerik.Maui.Controls.DataGrid
Assembly: Telerik.Maui.Controls.dll
Syntax
public class CurrentCellChangedEventArgs : EventArgs
Constructors
CurrentCellChangedEventArgs(DataGridCellInfo, DataGridCellInfo)
Initializes a new instance of the Current
Declaration
public CurrentCellChangedEventArgs(DataGridCellInfo oldCell, DataGridCellInfo newCell)
Parameters
Data The old current cell. |
Data The new current cell. |
Properties
NewCurrentCell
Gets the new Current
Declaration
public DataGridCellInfo NewCurrentCell { get; }
Property Value
OldCurrentCell
Gets the old Current
Declaration
public DataGridCellInfo OldCurrentCell { get; }