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