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