Skip to main content

DXCollectionView.DragItemOver Event

In This Article

Occurs each time an item is dragged over another item.

Namespace: DevExpress.XamarinForms.CollectionView

Assembly: DevExpress.XamarinForms.CollectionView.dll

NuGet Package: DevExpress.XamarinForms.CollectionView

#Declaration

C#
public event EventHandler<DropItemEventArgs> DragItemOver

#Event Data

The DragItemOver event's data class is DropItemEventArgs. The following properties provide information specific to this event:

Property
Allow
DragItem
DropItem
DropItemHandle
ItemHandle
See Also