Class DataGridCurrentCellActivatedEventArgs
Provides data for the CurrentCellActivated event.
Inheritance
System.Object
DataGridCurrentCellActivatedEventArgs
Namespace: Syncfusion.Maui.DataGrid
Assembly: Syncfusion.Maui.DataGrid.dll
Syntax
public class DataGridCurrentCellActivatedEventArgs : EventArgs
Constructors
DataGridCurrentCellActivatedEventArgs()
Initializes a new instance of the DataGridCurrentCellActivatedEventArgs class.
Declaration
public DataGridCurrentCellActivatedEventArgs()
Properties
NewRowColumnIndex
Gets the coordinates of the cell which is newly being activated.
Declaration
public RowColumnIndex NewRowColumnIndex { get; }
Property Value
Type |
---|
RowColumnIndex |
OldRowColumnIndex
Gets the coordinates of the previously activated cell.
Declaration
public RowColumnIndex OldRowColumnIndex { get; }
Property Value
Type |
---|
RowColumnIndex |