Skip to main content

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

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

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