Class GridTappedEventArgs
Provides data for the GridTapped event.
Namespace: Syncfusion.SfDataGrid
Assembly: Syncfusion.SfDataGrid.Android.dll
Syntax
public class GridTappedEventArgs : GridTappedEventsArgs
  Constructors
GridTappedEventArgs(RowColumnIndex, Object)
Initializes a new instance of the GridTappedEventArgs class with the specified row column index and row data.
Declaration
public GridTappedEventArgs(RowColumnIndex rowColIndex, object rowData)
  Parameters
| Type | Name | Description | 
|---|---|---|
| RowColumnIndex | rowColIndex | The row column index for the tapped position.  | 
      
| System.Object | rowData | The underlying data of the tapped row.  |