DXCollectionView.CompleteItemDragDrop Event
In This Article
Occurs after the drag-and-drop operation is completed.
Namespace: DevExpress.XamarinForms.CollectionView
Assembly: DevExpress.XamarinForms.CollectionView.dll
NuGet Package: DevExpress.XamarinForms.CollectionView
#Declaration
C#
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 |
Item |
See Also