DXCollectionView.CompleteItemDragDrop Event
Occurs after the drag-and-drop operation is completed.
Namespace: DevExpress.XamarinForms.CollectionView
Assembly: DevExpress.XamarinForms.CollectionView.dll
NuGet Package: DevExpress.XamarinForms.CollectionView
Declaration
public event EventHandler<CompleteItemDragDropEventArgs> CompleteItemDragDrop
Event Data
The CompleteItemDragDrop event's data class is CompleteItemDragDropEventArgs. The following properties provide information specific to this event:
Property |
---|
Item |
ItemHandle |
See Also