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

DiagramCustomItemQueryContinueDragEventArgs(ReadOnlyCollection<DiagramItem>, DragDropKeyState, Boolean, DragAction) Constructor

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

public DiagramCustomItemQueryContinueDragEventArgs(
    ReadOnlyCollection<DiagramItem> items,
    DragDropKeyState keyStates,
    bool isCancellationRequested,
    DragAction action
)

Parameters

Name Type
items ReadOnlyCollection<DiagramItem>
keyStates DragDropKeyState
isCancellationRequested Boolean
action DragAction
See Also