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

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

Namespace: DevExpress.Xpf.Diagram

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

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