CompleteRowDragDropEventArgs(Int32, Object) Constructor
Initializes a new instance of the CompleteRowDragDropEventArgs class with specified settings.
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
Declaration
public CompleteRowDragDropEventArgs(
int rowHandle,
object item
)
Parameters
| Name | Type |
|---|---|
| rowHandle | Int32 |
| item | Object |
See Also