Back to Devexpress

TreeList.DragObjectDrop Event

windowsforms-devexpress-dot-xtratreelist-dot-treelist-0a36e0ae.md

latest1.8 KB
Original Source

TreeList.DragObjectDrop Event

Fires immediately after the drag and drop operation has been completed.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
public event DragObjectDropEventHandler DragObjectDrop
vb
Public Event DragObjectDrop As DragObjectDropEventHandler

Event Data

The DragObjectDrop event's data class is DevExpress.XtraTreeList.DragObjectDropEventArgs.

Remarks

Handle the DragObjectDrop event to perform actions when end-users finish dragging column headers. This can be used, for instance, to perform any cleanup after handling the TreeList.DragObjectStart event.

The event serves only as a notification that the operation has been completed. To control whether column headers can be dropped at a particular position, handle the TreeList.DragObjectOver event.

See Also

DragObjectStart

DragObjectOver

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace