DiagramControl.CustomItemDragResult Event
Occurs before a drag and drop operation is completed.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.1.dll
NuGet Package: DevExpress.Win.Diagram
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