Class DataGridCurrentCellActivatingEventArgs
Provides data for the CurrentCellActivating event.
Inheritance
System.Object
DataGridCurrentCellActivatingEventArgs
Namespace: Syncfusion.Maui.DataGrid
Assembly: Syncfusion.Maui.DataGrid.dll
Syntax
public class DataGridCurrentCellActivatingEventArgs : CancelEventArgs
Constructors
DataGridCurrentCellActivatingEventArgs()
Initializes a new instance of the DataGridCurrentCellActivatingEventArgs class.
Declaration
public DataGridCurrentCellActivatingEventArgs()
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 |