Class CurrentCellActivatedEventArgs
Provides data for CurrentCellActivated event.
Inherited Members
Namespace: Syncfusion.SfDataGrid
Assembly: Syncfusion.SfDataGrid.iOS.dll
Syntax
public class CurrentCellActivatedEventArgs : GridEventArgs
Constructors
CurrentCellActivatedEventArgs(Object)
Initializes a new instance of the CurrentCellActivatedEventArgs class.
Declaration
public CurrentCellActivatedEventArgs(object originalSource)
Parameters
Type | Name | Description |
---|---|---|
System.Object | originalSource | The source of the event. |
Properties
CurrentRowColumnIndex
Gets the RowColumnIndex of currently active cell.
Declaration
public RowColumnIndex CurrentRowColumnIndex { get; }
Property Value
Type | Description |
---|---|
RowColumnIndex | The corresponding RowColumnIndex of the currently active cell. |
PreviousRowColumnIndex
Gets the RowColumnIndex of previously active cell.
Declaration
public RowColumnIndex PreviousRowColumnIndex { get; }
Property Value
Type | Description |
---|---|
RowColumnIndex | The corresponding RowColumnIndex of previously active cell. |