windowsforms-devexpress-dot-xtraeditors-dot-tilecontrol-5a8fe187.md
Occurs after a tile that was dragged at runtime lands on its final position.
Namespace : DevExpress.XtraEditors
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DXCategory("Behavior")]
public event TileItemDropEventHandler ItemDropped
<DXCategory("Behavior")>
Public Event ItemDropped As TileItemDropEventHandler
The ItemDropped event's data class is DevExpress.XtraEditors.TileItemDropEventArgs.
With default TileControl settings, end-users are able to drag tiles at runtime. This fires three related events.
To disable dragging tiles at runtime, set the TileControl.AllowDrag property to false.
See Also