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

DiagramControl.CustomItemQueryContinueDrag Event

Occurs during a drag-and-drop operation.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.2.dll

Declaration

[DiagramCategory(DiagramCategory.Behavior)]
public event EventHandler<DiagramCustomItemQueryContinueDragEventArgs> CustomItemQueryContinueDrag

Event Data

The CustomItemQueryContinueDrag event's data class is DiagramCustomItemQueryContinueDragEventArgs. The following properties provide information specific to this event:

Property
Action
IsCancellationRequested
Items
KeyStates

Remarks

Set the event’s Action parameter to one of the System.Windows.DragAction enumeration values to specify how and if the drag-and-drop operation should continue.

See Also