Back to Devexpress

DXCollectionView.DragItemOver Event

maui-devexpress-dot-maui-dot-collectionview-dot-dxcollectionview-43a6b838.md

latest2.0 KB
Original Source

DXCollectionView.DragItemOver Event

Occurs each time an item is dragged over another item.

Namespace : DevExpress.Maui.CollectionView

Assembly : DevExpress.Maui.CollectionView.dll

NuGet Package : DevExpress.Maui.CollectionView

Declaration

csharp
public event EventHandler<DropItemEventArgs> DragItemOver

Event Data

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

PropertyDescription
CancelGets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
DragItemGets the underlying data object of the processed item. Inherited from DragItemEventArgs.
DropItemGets the underlying object of the dropped item.
DropItemHandleGets or sets the handle of the hovered item.
ItemHandleReturns the handle of the processed item. Inherited from CancelItemEventArgs.

See Also

DXCollectionView Class

DXCollectionView Members

DevExpress.Maui.CollectionView Namespace