SwipeItemTapEventArgs(Int32, Object) Constructor
Initializes a new instance of the SwipeItemTapEventArgs class with specified settings.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
Declaration
public SwipeItemTapEventArgs(
int rowHandle,
object item
)
Parameters
| Name | Type | Description |
|---|---|---|
| rowHandle | Int32 | The handle of the row to which the tapped swipe item belongs. |
| item | System.Object | The underlying data object of the tapped item. |
See Also