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

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

Initializes a new instance of the DiagramCustomItemQueryContinueDragEventArgs class.

Namespace: DevExpress.Xpf.Diagram

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Diagram, 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