Class CurrentCellActivatingEventArgs
Provides data for CurrentCellActivating event.
Inherited Members
Namespace: Syncfusion.SfDataGrid
Assembly: Syncfusion.SfDataGrid.iOS.dll
Syntax
public class CurrentCellActivatingEventArgs : GridCancelEventArgs
  Constructors
CurrentCellActivatingEventArgs(Object)
Initializes a new instance of the CurrentCellActivatingEventArgs class.
Declaration
public CurrentCellActivatingEventArgs(object originalSource)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | originalSource | The source of the event.  | 
      
Properties
CurrentRowColumnIndex
Gets and Returns 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 and Returns the RowColumnIndex of previously active cell.
Declaration
public RowColumnIndex PreviousRowColumnIndex { get; }
  Property Value
| Type | Description | 
|---|---|
| RowColumnIndex | The corresponding RowColumnIndex of previously active cell.  |