Skip to main content

DiagramCustomItemQueryContinueDragEventArgs(DiagramControl, ReadOnlyCollection<DiagramItem>, DragDropKeyStates, Boolean, DragAction) Constructor

Initializes a new instance of the DiagramCustomItemQueryContinueDragEventArgs class.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v23.2.dll

NuGet Package: DevExpress.Wpf.Diagram

Declaration

public DiagramCustomItemQueryContinueDragEventArgs(
    DiagramControl source,
    ReadOnlyCollection<DiagramItem> items,
    DragDropKeyStates keyStates,
    bool isCancellationRequested,
    DragAction action
)

Parameters

Name Type
source DiagramControl
items ReadOnlyCollection<DiagramItem>
keyStates DragDropKeyStates
isCancellationRequested Boolean
action DragAction
See Also