DXCollectionView.DragItemOver Event
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
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