Skip to main content

DropRowEventArgs(Int32, Object, Object, Int32) Constructor

Initializes a new instance of the DropRowEventArgs class with specified settings.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

NuGet Package: DevExpress.XamarinForms.Grid

Declaration

public DropRowEventArgs(
    int rowHandle,
    object item,
    object dropItem,
    int dropRowHandle
)

Parameters

Name Type
rowHandle Int32
item Object
dropItem Object
dropRowHandle Int32
See Also