Skip to main content

DropItemEventArgs(Int32, Object, Object, Int32) Constructor

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

Namespace: DevExpress.XamarinForms.CollectionView

Assembly: DevExpress.XamarinForms.CollectionView.dll

NuGet Package: DevExpress.XamarinForms.CollectionView

Declaration

public DropItemEventArgs(
    int itemHandle,
    object item,
    object dropItem,
    int dropItemHandle
)

Parameters

Name Type
itemHandle Int32
item Object
dropItem Object
dropItemHandle Int32
See Also