Skip to main content
A newer version of this page is available. .

DiagramControl.CustomItemDragResult Event

Occurs before a drag and drop operation is completed.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

[DiagramCategory(DiagramCategory.Behavior)]
public event EventHandler<DiagramCustomItemDragResultEventArgs> CustomItemDragResult

Event Data

The CustomItemDragResult event's data class is DevExpress.XtraDiagram.DiagramCustomItemDragResultEventArgs.

Remarks

You can drag/drop data objects from/to the DiagramControl.

Handle the CustomItemDragResult event to implement drag and drop between the current DiagramControl and another control.

See Also