SwipeItemTapEventArgs(Int32, Object) Constructor
In This Article
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
C#
public SwipeItemTapEventArgs(
int rowHandle,
object item
)
#Parameters
Name | Type | Description |
---|---|---|
row |
Int32 | The handle of the row to which the tapped swipe item belongs. |
item | System. |
The underlying data object of the tapped item. |
See Also