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