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.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v19.1.dll

Declaration

public event EventHandler<DiagramCustomItemDragResultEventArgs> CustomItemDragResult

Event Data

The CustomItemDragResult event's data class is DevExpress.Xpf.Diagram.DiagramCustomItemDragResultEventArgs.

Remarks

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

See Also