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